Yuki Okushi
|
73d0340fd5
|
Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514
Improve wording of `core::ptr::drop_in_place` docs
And two small intra-doc link conversions in `std::{f32, f64}`.
|
2020-10-30 18:00:58 +09:00 |
|
Camelid
|
fee4f8feb0
|
Improve wording of core::ptr::drop_in_place docs
And two small intra-doc link conversions in `std::{f32, f64}`.
|
2020-10-29 20:09:29 -07:00 |
|
wcampbell
|
096722ff76
|
Refactor collapsible_if
Signed-off-by: wcampbell <wcampbell1995@gmail.com>
|
2020-10-13 17:50:10 -04:00 |
|
Gray Olson
|
a6d98d8ec9
|
generalize warning
|
2020-10-13 11:03:31 -07:00 |
|
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 |
|