Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
86 stars 15 forks source link

Ndarray dunder math from math module #75

Closed MadAlex1997 closed 1 month ago

MadAlex1997 commented 1 month ago

Every math dunder but __pow__ is now implemented by the math module functions. I don't want to implement pow under math until I figure out how to make it work with floats.