rust-lang / libm

A port of MUSL's libm to Rust.
Other
548 stars 97 forks source link

Add basic docstrings to some functions #337

Closed JSorngard closed 4 weeks ago

JSorngard commented 4 weeks ago

This PR adds basic docstrings for some of the functions in the crate.

Related to #336.