mirror of
https://github.com/rm-dr/daisy
synced 2025-04-03 03:47:56 -07:00
Update README.md
This commit is contained in:
parent
22935957e2
commit
8d39b290fa
@ -14,7 +14,7 @@ Binary will be in `target/release/daisy`
|
||||
|
||||
# 📹 Screenshot
|
||||
|
||||

|
||||

|
||||
|
||||
# 🛠️ Features
|
||||
- Open-source
|
||||
@ -65,4 +65,4 @@ Daisy instead provides four functions (`fromCelsius`, `toCelsius`, `fromFahrenhe
|
||||
|
||||
## Multiplication Order
|
||||
|
||||
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.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user