about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math
AgeCommit message (Expand)AuthorLines
2019-08-13rustfmt fixesLokathor-8/+8
2019-08-13slightly improve spec and sanity check coverageLokathor-5/+171
2019-08-08update commentsLokathor-3/+3
2019-08-08update commentsLokathor-3/+3
2019-08-07move use/const statements to a limited scopeLokathor-5/+6
2019-08-07apply rustfmtLokathor-217/+217
2019-08-07Improve sqrt/sqrtf if stable intrinsics allowLokathor-188/+224
2019-07-11Merge pull request rust-lang/libm#209 from gnzlbg/fmaAlex Crichton-2/+21
2019-07-10Fix overflow bug in fmagnzlbg-2/+2
2019-07-10Remove most `#[inline]` annotationsAlex Crichton-91/+2
2019-07-10Add FMA tests that cause it to segfaultgnzlbg-0/+19
2019-07-09Merge pull request rust-lang/libm#205 from gnzlbg/fenvAlex Crichton-9/+9
2019-07-09Floating-point environment APIs are privategnzlbg-9/+9
2019-07-09Add nextafter and nextafterf from muslgnzlbg-0/+80
2019-07-03Only return the fp value.Benjamin Schultzer-4/+6
2019-07-03Add remainderBenjamin Schultzer-0/+14
2019-07-02Merge pull request rust-lang/libm#191 from m1el/fuzz-rem-overflowsAlex Crichton-21/+48
2019-07-02Fixed a few int overflowsIgor null-21/+48
2019-07-01Add benchmark suiteBenjamin Schultzer-1/+1
2019-07-01Merge pull request rust-lang/libm#188 from m1el/negative-roundgnzlbg-8/+28
2019-07-01Merge pull request rust-lang/libm#189 from m1el/j1f-f64-castsgnzlbg-1/+15
2019-07-01move tests to separate #[cfg(test)] modIgor null-6/+16
2019-07-01separate tests into #[cfg(test)] modIgor null-8/+12
2019-07-01fixed formatting in testsIgor null-6/+2
2019-07-01Fix incorrect f32<->f64 casting in j1f/y1fIgor null-1/+15
2019-07-01Fixed rounding to negative zeroIgor null-8/+18
2019-06-25Fix doc for floorfbjorn3-1/+1
2019-06-05Correct libm namesvarkor-12/+12
2019-06-05Alphabetisevarkor-8/+8
2019-06-05Add maxvarkor-0/+15
2019-06-05Add maxfvarkor-0/+15
2019-06-05Add minvarkor-0/+15
2019-06-05Add minfvarkor-0/+15
2019-06-03fixed add overflow in exp2Igor null-1/+7
2019-05-16Add docsBenjamin Schultzer-2/+185
2019-05-13formatted rem_pio2 testsIgor null-4/+16
2019-05-13added tests near pi for rem_pio2Igor null-0/+15
2019-05-13rem_pio2: actually return medium value for x ~<= 5pi/4Igor null-1/+1
2019-05-09fix jn, ilogbAndrey Zgarbul-16/+16
2019-05-09Move non-public functions to `pub(crate)`Alex Crichton-12/+12
2019-05-09test several outputsAndrey Zgarbul-4/+4
2019-05-09rm asine, mv lgammaAndrey Zgarbul-678/+589
2019-05-07tests, fixes, formatAndrey Zgarbul-4167/+4355
2019-05-06Merge branch 'lots-of-untested-ports' of https://github.com/m1el/libmAndrey Zgarbul-0/+4228
2019-05-02Merge pull request rust-lang/libm#161 from alexcrichton/ldexpAlex Crichton-0/+14
2019-05-02Merge pull request rust-lang/libm#151 from 4tm4j33tk4ur/clippyAlex Crichton-92/+78
2019-05-02Run `cargo fmt`Alex Crichton-4/+6
2019-05-02Merge pull request rust-lang/libm#153 from m1el/floorf-uint-underflowAlex Crichton-1/+9
2019-05-02Add a test that overflow does not happenAlex Crichton-0/+8
2019-05-02Merge pull request rust-lang/libm#143 from mb64/wrapping-atan2Alex Crichton-2/+2