We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f10e commit 8449f43Copy full SHA for 8449f43
README.md
@@ -312,9 +312,9 @@ julia> total_cookies = cookie_rate * total_milk
312
92.7 cookies
313
```
314
315
-Exponents are tracked with the `FixedRational{Int32,C}}`
316
-object, which represents rational numbers
317
-with a fixed denominator `C`. This is much faster than `Rational`.
+Exponents are tracked by default with the type `R = FixedRational{Int32,C}`,
+which represents rational numbers with a fixed denominator `C`.
+This is much faster than `Rational`.
318
319
```julia
320
julia> typeof(0.5u"kg")
0 commit comments