Module numeric::math
[−]
[src]
Contains mathematical functions that operate on tensors. These functions are largely modelled after what is available natively in Rust.
Functions
| abs | |
| acos | |
| acosh | |
| asin | |
| asinh | |
| atan | |
| atan2 |
Calculates atan(y/x). |
| atanh | |
| ceil | |
| cos | |
| cosh | |
| exp | |
| exp2 | |
| exp_m1 | |
| floor | |
| fract | |
| is_finite | |
| is_infinite | |
| is_nan | |
| is_normal | |
| is_sign_negative | |
| is_sign_positive | |
| ln | |
| ln_1p | |
| log | |
| log2 | |
| log10 | |
| powf | |
| powi | |
| round | |
| signum | |
| sin | |
| sinh | |
| sqrt | |
| tan | |
| tanh | |
| trunc |