mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
I have added a new overload of `^` for float exponents. Is two overloads for `float32` and `float64` better than just one overload with `SomeFloat` type ? I guess this would not work with `SomeFloat`, as `pow` is not defined for `float`. Another remark. Maybe we should catch exponents with 0.5 and call `sqrt` instead ? --------- Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> Co-authored-by: metagn <metagngn@gmail.com>