Jacob Kiesel
|
a7d3368448
|
Stabilize clamp
|
2020-10-12 15:09:45 -06:00 |
|
Trevor Spiteri
|
50d3ddcb0c
|
make ln_1p examples more representative of use
With this commit, the examples for ln_1p would fail if (x + 1.0).ln()
is used instead of x.ln_1p().
|
2020-09-23 12:02:49 +02:00 |
|
Trevor Spiteri
|
37ce212f1f
|
make exp_m1 examples more representative of use
With this commit, the examples for exp_m1 would fail if x.exp() - 1.0
is used instead of x.exp_m1().
|
2020-09-23 12:01:25 +02:00 |
|
Gray Olson
|
72a5cbbe81
|
Edit documentation for std::{f32,f64}::mul_add .
Makes it more clear that a performance improvement is not guaranteed
when using FMA, even when the target architecture supports it natively.
|
2020-09-21 13:07:48 -07:00 |
|
Lzu Tao
|
a4e926daee
|
std: move "mod tests/benches" to separate files
Also doing fmt inplace as requested.
|
2020-08-31 02:56:59 +00:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|