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

[doc] Add a bunch of docstrings and examples mainly for `math` module #71

Closed forFudan closed 1 month ago

forFudan commented 2 months ago

Add a bunch of docstrings and examples mainly for math module and two functions (to_numpy and __getitem__ in the core module).

shivasankarka commented 1 month ago

There are some conflicting changes/redefinitions in core module compared to the ones in my PR. so be careful while merging.

shivasankarka commented 1 month ago

Fixed the conflicts with a merge.