| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-07-24 | expose fmod{,f} symbols on thumb | Jorge Aparicio | -3/+12 |
| 2018-07-21 | README: all the math functions we needed are now supported | Jorge Aparicio | -4/+1 |
| 2018-07-18 | Use `intrinsics!` macro for math intrinsics | Alex Crichton | -6/+7 |
| 2018-07-18 | v0.1.2 | Jorge Aparicio | -3/+6 |
| 2018-07-18 | fix path | Jorge Aparicio | -1/+1 |
| 2018-07-18 | expose math symbol on wasm32-unknown-unknown | Jorge Aparicio | -0/+60 |
| 2018-07-18 | Merge rust-lang/libm#127 | bors[bot] | -0/+80 |
| 2018-07-17 | update changelog; add more copyright notices | Jorge Aparicio | -0/+80 |
| 2018-07-17 | cargo fmt | Jorge Aparicio | -49/+48 |
| 2018-07-17 | rustfmt'ed + some clean up | Rahul Butani | -114/+129 |
| 2018-07-17 | Enable tests and expose | Rahul Butani | -4/+3 |
| 2018-07-17 | pow! | Rahul Butani | -0/+395 |
| 2018-07-16 | rustfmt | Joseph Ryan | -4/+3 |
| 2018-07-16 | Merge branch 'master' of github.com:P1n3appl3/libm | Joseph Ryan | -1/+1 |
| 2018-07-16 | Add unit tests for atan2 | Joseph Ryan | -0/+11 |
| 2018-07-16 | cargo fmt | Jorge Aparicio | -1/+1 |
| 2018-07-16 | fix another rebase error | Jorge Aparicio | -0/+1 |
| 2018-07-16 | fix rebase error | Jorge Aparicio | -0/+1 |
| 2018-07-16 | Merge branch 'master' into master | Jorge Aparicio | -92/+735 |
| 2018-07-16 | Don't build multc3 on AArch64 MSVC | Alex Crichton | -1/+4 |
| 2018-07-16 | Implement atan | Richard Dodd | -3/+173 |
| 2018-07-16 | test edge cases | Jorge Aparicio | -28/+70 |
| 2018-07-16 | openbsd: doesn't use `static` as it could result duplicated symbols | Sébastien Marie | -1/+1 |
| 2018-07-16 | Merge rust-lang/libm#117 | bors[bot] | -3/+52 |
| 2018-07-15 | words insertion on k_expo2 | Cássio Kirch | -2/+2 |
| 2018-07-15 | unused cast removed | Cássio Kirch | -1/+0 |
| 2018-07-15 | enable tests for cosh | Jorge Aparicio | -1/+1 |
| 2018-07-15 | implement cosh | Cássio Kirch | -2/+52 |
| 2018-07-15 | inline more functions; add more methods to F{32,64}Ext | Jorge Aparicio | -56/+49 |
| 2018-07-15 | add more copyright notices | Jorge Aparicio | -0/+191 |
| 2018-07-15 | update CHANGELOG; make utility functions private | Jorge Aparicio | -4/+18 |
| 2018-07-15 | Merge rust-lang/libm#106 | bors[bot] | -3/+137 |
| 2018-07-15 | add dummy fenv implementation | Erik | -4/+44 |
| 2018-07-15 | implement fmaf | Erik | -3/+97 |
| 2018-07-15 | Implement tanh | C Jones | -3/+55 |
| 2018-07-15 | implement atan2 | Joseph Ryan | -3/+75 |
| 2018-07-15 | sinf, fix constant in k_expo2f | Andrey Zgarbul | -5/+35 |
| 2018-07-15 | Merge branch 'master' into master | Zgarbul Andrey | -6/+251 |
| 2018-07-15 | Merge rust-lang/libm#110 | bors[bot] | -3/+179 |
| 2018-07-14 | Implement tan | C Jones | -3/+179 |
| 2018-07-14 | Implement sinh | C Jones | -3/+71 |
| 2018-07-15 | Merge branch 'master' into master | Zgarbul Andrey | -11/+476 |
| 2018-07-15 | coshf tanhf and atan2f | Andrey Zgarbul | -11/+169 |
| 2018-07-14 | Fix x1p24 constant | C Jones | -1/+1 |
| 2018-07-14 | Convert rem_pio2 code, split up modules | C Jones | -335/+356 |
| 2018-07-14 | Implement part of sin/cos with quadrant selection unimplemented | C Jones | -8/+452 |
| 2018-07-14 | v0.1.1 | Jorge Aparicio | -2/+38 |
| 2018-07-14 | add an implemetation of asin | vjackson725 | -1/+142 |
| 2018-07-14 | Merge rust-lang/libm#105 | bors[bot] | -18/+515 |
| 2018-07-14 | acosf asinf atanf expm1f sinf tanf | Andrey Zgarbul | -18/+515 |
