Update S-math.md

This commit is contained in:
Sigilante 2022-11-23 13:12:01 -06:00 committed by GitHub
parent 3489189edd
commit f5fca331b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ All of the math we've done until this point relied on unsigned integers: there
`@u` unsigned integers (whether `@ud` decimal, `@ux` hexadecimal, etc.) simply count upwards by binary place value from zero. However, if we apply a different interpretive rule to the resulting value, we can treat the integer (in memory) _as if_ it corresponded to a different real value, such as a [negative number](https://en.wikipedia.org/wiki/Integer) or a [number with a fractional part](https://en.wikipedia.org/wiki/Rational_number). Auras make this straightforward to explore:
```hoon
```hoon {% copy=true mode="collapse" %}
> `@ud`1.000.000
1.000.000