Add arithmetic operators between FLOAT and INT.

This commit is contained in:
Stephen Chung
2021-02-17 13:06:47 +08:00
parent b2ca8c34d1
commit a2277d07f3
2 changed files with 87 additions and 2 deletions

View File

@@ -33,6 +33,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`.
* Added standard arithmetic operators between `FLOAT` and `INT`.
Version 0.19.11