Add atan2 and hypot functions.

This commit is contained in:
Stephen Chung
2021-02-17 12:27:27 +08:00
parent 909d48caed
commit b2ca8c34d1
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Enhancements
------------
* Functions resolution cache is used in more cases, making repeated function calls faster.
* Added `atan(x, y)` and `hypot(x, y)` to `BasicMathPackage`.
Version 0.19.11