mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Updated README
This commit is contained in:
parent
8ce4ce759e
commit
aa0dbaa57c
@ -56,7 +56,9 @@ The conversion operator `to` converts its left argument to the *unit* of its rig
|
||||
|
||||
## Multiplication Order
|
||||
|
||||
Implicit multiplication has a higher priority than division. `1/2 pi` will parse as `1/(2pi)`. Type `(1/2) pi` or `1/2 * pi` to get half of pi.
|
||||
Implicit multiplication has a higher priority than division. `pi/2 radians` will parse as `pi/(2 radians)`. Type `(pi/2) radians` or `pi/2 * radians` to get 90 degrees.
|
||||
|
||||
|
||||
|
||||
## Inline Assignment
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user