rust/library/compiler-builtins/libm/src
Johanna Sörngård db55857a73 Add basic docstrings to some functions (#337)
* Add docstring to Bessel functions
* Add docstrings to logarithm functions
* Add docstrings to pow functions
* Specify argument bit-size of the Bessel functions
* Specify argument bit-size for pow functions
* Specify argument bit-size for logarithms
* Add docstrings to sin, cos, sincos and sinh functions
* Add docstrings to sqrt
* Add docstrings to tan and tanh functions
* Add an inline link to https://en.wikipedia.org/wiki/Bessel_function to the docstrings of all Bessel functions.
2024-10-28 12:12:45 -05:00
..
math Add basic docstrings to some functions (#337) 2024-10-28 12:12:45 -05:00
lib.rs Run cargo fmt with new settings 2024-10-26 20:28:28 -05:00
libm_helper.rs add generic libm helper 2023-01-17 20:41:24 +01:00