mirror of
https://github.com/rm-dr/daisy
synced 2025-12-16 04:31:27 -08:00
Compare commits
4 Commits
v1.0.0
...
9ea1990f3c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ea1990f3c | |||
| 8d39b290fa | |||
|
22935957e2
|
|||
|
2e39bbd524
|
@@ -14,7 +14,7 @@ Binary will be in `target/release/daisy`
|
|||||||
|
|
||||||
# 📹 Screenshot
|
# 📹 Screenshot
|
||||||
|
|
||||||

|

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