about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
2018-07-17update changelog; add more copyright noticesJorge Aparicio-0/+80
2018-07-17cargo fmtJorge Aparicio-49/+48
2018-07-17rustfmt'ed + some clean upRahul Butani-114/+129
2018-07-17Enable tests and exposeRahul Butani-4/+3
2018-07-17pow!Rahul Butani-0/+395
2018-07-16rustfmtJoseph Ryan-4/+3
2018-07-16Merge branch 'master' of github.com:P1n3appl3/libmJoseph Ryan-1/+1
2018-07-16Add unit tests for atan2Joseph Ryan-0/+11
2018-07-16cargo fmtJorge Aparicio-1/+1
2018-07-16fix another rebase errorJorge Aparicio-0/+1
2018-07-16fix rebase errorJorge Aparicio-0/+1
2018-07-16Merge branch 'master' into masterJorge Aparicio-92/+735
2018-07-16Implement atanRichard Dodd-3/+173
2018-07-16test edge casesJorge Aparicio-28/+70
2018-07-16Merge rust-lang/libm#117bors[bot]-3/+52
2018-07-15words insertion on k_expo2Cássio Kirch-2/+2
2018-07-15unused cast removedCássio Kirch-1/+0
2018-07-15enable tests for coshJorge Aparicio-1/+1
2018-07-15implement coshCássio Kirch-2/+52
2018-07-15inline more functions; add more methods to F{32,64}ExtJorge Aparicio-56/+49
2018-07-15add more copyright noticesJorge Aparicio-0/+191
2018-07-15update CHANGELOG; make utility functions privateJorge Aparicio-4/+18
2018-07-15Merge rust-lang/libm#106bors[bot]-3/+137
2018-07-15add dummy fenv implementationErik-4/+44
2018-07-15implement fmafErik-3/+97
2018-07-15Implement tanhC Jones-3/+55
2018-07-15implement atan2Joseph Ryan-3/+75
2018-07-15sinf, fix constant in k_expo2fAndrey Zgarbul-5/+35
2018-07-15Merge branch 'master' into masterZgarbul Andrey-6/+251
2018-07-15Merge rust-lang/libm#110bors[bot]-3/+179
2018-07-14Implement tanC Jones-3/+179
2018-07-14Implement sinhC Jones-3/+71
2018-07-15Merge branch 'master' into masterZgarbul Andrey-11/+476
2018-07-15coshf tanhf and atan2fAndrey Zgarbul-11/+169
2018-07-14Fix x1p24 constantC Jones-1/+1
2018-07-14Convert rem_pio2 code, split up modulesC Jones-335/+356
2018-07-14Implement part of sin/cos with quadrant selection unimplementedC Jones-8/+452
2018-07-14v0.1.1Jorge Aparicio-2/+38
2018-07-14add an implemetation of asinvjackson725-1/+142
2018-07-14Merge rust-lang/libm#105bors[bot]-18/+515
2018-07-14acosf asinf atanf expm1f sinf tanfAndrey Zgarbul-18/+515
2018-07-14Merge rust-lang/libm#104bors[bot]-0/+12
2018-07-14Merge rust-lang/libm#100 rust-lang/libm#103bors[bot]-6/+332
2018-07-14rustfmtLukas Wirth-3/+1
2018-07-14allow some functions to be inlinedErik-0/+12
2018-07-14fix bit shifting errorLukas Wirth-19/+905
2018-07-14Merge rust-lang/libm#102bors[bot]-1/+8
2018-07-14implement fmaErik-3/+204
2018-07-14Add some extra notes to CONTRIBUTINGC Jones-1/+8
2018-07-14Merge rust-lang/libm#91bors[bot]-6/+519