Change trig functions to take/return radians.

This commit is contained in:
Stephen Chung
2021-02-10 12:10:50 +08:00
parent 8f47f7c9e2
commit 8c26b49a39
3 changed files with 15 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ Bug fixes
Breaking changes
----------------
* Trigonometry functions now take radians and return radians instead of degrees.
* `Dynamic::into_shared` is no longer available under `no_closure`. It used to panic.
Enhancements