about summary refs log tree commit diff
path: root/library/std/src/f64.rs
AgeCommit message (Expand)AuthorLines
2025-01-28Document powf and powi calls that always return 1.0Marijn Schouten-2/+5
2025-01-05Add doc aliases for `libm` and IEEE namesTrevor Gross-0/+2
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-84/+0
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-3/+6
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-28copysign with sign being a NaN is non-portableRalf Jung-3/+8
2024-08-26also update copysign docsRalf Jung-5/+5
2024-07-31android: Remove libstd hacks for unsupported Android APIsMatthew Maurer-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+5
2024-07-14std: removes logarithms family function edge cases handling for solaris.David Carlier-3/+3
2024-05-02variable-precision float operations behave non-deterministicallyRalf Jung-58/+87
2024-03-01Use the guaranteed precision of a couple of float functions in docsTobias Bucher-11/+13
2024-02-29Document the precision of `f64` methodsTobias Bucher-0/+184
2024-02-08Bump version placeholdersMark Rousskov-1/+1
2024-01-19Stabilize `round_ties_even`Jules Bertholet-3/+1
2023-08-25Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomccMatthias Krüger-1/+3
2023-08-21docs: add alias log1p to ln_1pMichael Howell-0/+1
2023-08-19Rollup merge of #114977 - kpreid:modulo, r=thomccMatthias Krüger-0/+1
2023-08-18Add `modulo` and `mod` as doc aliases for `rem_euclid`.Kevin Reid-0/+1
2023-08-18Add doc aliases for trigonometry and other f32,f64 methods.Kevin Reid-0/+9
2023-08-12Name what ln_gamma doesJubilee Young-1/+3
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-0/+42
2023-07-09move pal cfgs in f32 and f64 to sysGus Caplan-32/+3
2023-06-10abs_sub: fix typo 0[-:][+.]0icecream17-1/+1
2023-04-13Cover edge cases for {f32, f64}.hypot() docsjmaargh-2/+4
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+30
2023-02-05Clarify wording on f64::round() and f32::round()Wilfred Hughes-2/+2
2022-12-11Remove some `cfg(not(bootstrap))`Jules Bertholet-2/+1
2022-12-11Use rint instead of roundevenJules Bertholet-1/+1
2022-12-11Add tracking issueJules Bertholet-1/+1
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+31
2022-11-17Improve accuracy of asinh and acoshMax Willsey-2/+8
2022-11-06rustdoc: Add an example for round that is different from truncateyancy-0/+2
2022-11-04Small round of typo fixesAlex Saveau-1/+1
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+1
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-11/+15
2022-05-02Fix nitsPyry Kontio-1/+1
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+8
2022-04-05trivial cfg(bootstrap) changesPietro Albini-41/+40
2022-03-31Improve floating point documentation:Pyry Kontio-11/+15
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+40
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-36/+0
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-07Clarify behaviour of f64 and f32::sqrt when argument is negative zerocyberia-1/+3
2021-06-13Change tracking issueltdk-1/+1
2021-06-13More lerp tests, altering lerp docsltdk-13/+21
2021-06-01Add lerp methodltdk-0/+28
2021-02-26doc: cube root, not cubic rootTrevor Spiteri-1/+1
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-13/+10