Lukas Wirth
be219bee50
sync fork
2018-07-14 20:38:30 +02:00
Lukas Wirth
de0682bf64
remove exp
2018-07-14 20:36:28 +02:00
Erik
e228036053
implement cbrt and cbrtf
2018-07-14 14:07:14 -04:00
bors[bot]
932992a697
Merge rust-lang/libm#93
...
93: fdimf r=japaric a=jackmott
closes rust-lang/libm#47
Co-authored-by: Jack Mott <jack.mott@gmail.com >
2018-07-14 18:03:06 +00:00
Erik
08dabf5dca
implement exp
2018-07-14 13:37:27 -04:00
Jorge Aparicio
722e2e32cc
ci: don't test the master master
2018-07-14 12:20:10 -05:00
Lukas Wirth
92b7592ba2
add missing bitshift for __expo2 and move it into its own module
2018-07-14 19:14:56 +02:00
Lukas Wirth
85d7ebd422
sync fork
2018-07-14 18:56:20 +02:00
Jack Mott
6d5a9699c2
fix rebase merge
2018-07-14 11:51:46 -05:00
Lukas Wirth
8f93f40181
add lib.rs changes
2018-07-14 18:46:38 +02:00
Jack Mott
743f0152b7
rebase
2018-07-14 11:45:39 -05:00
Lukas Wirth
3a15b30d16
Implement cosh, exp and expm1
2018-07-14 18:31:28 +02:00
Jorge Aparicio
ebb89e686d
Merge branch 'master' into master
2018-07-14 11:30:47 -05:00
Jorge Aparicio
1eaffdc9a3
Merge branch 'master' into ceil
2018-07-14 11:18:56 -05:00
Jorge Aparicio
3d2e0819c1
Merge branch 'master' into separate-import
2018-07-14 10:59:40 -05:00
bors[bot]
97068d7b8d
Merge rust-lang/libm#67
...
67: cosf with corrections from review r=japaric a=burrbull
Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com >
Co-authored-by: Zgarbul Andrey <zgarbul.andrey@gmail.com >
2018-07-14 15:45:45 +00:00
Lucas Marques
42e52da010
enable test generation for ceil
2018-07-14 12:17:48 -03:00
Lucas Marques
5c2409fcca
implement ceil
2018-07-14 12:17:48 -03:00
bors[bot]
ff30d74e0f
Merge rust-lang/libm#88
...
88: add license and other comments to existing files r=japaric a=erikdesjardins
re rust-lang/libm#73
Co-authored-by: Erik <erikdesjardins@users.noreply.github.com >
2018-07-14 15:13:46 +00:00
Jack Mott
643287e1f1
fdim
2018-07-14 06:20:13 -05:00
Jack Mott
480531461c
fdimf
2018-07-14 05:35:07 -05:00
C Jones
a7c4563633
Use separate imports instead of {}-grouped imports for better merges
...
Previously every merge would cause conflicts because the {}-group would re-flow,
which the merge algorithm can't handle. This will hopefully make rebases and
merges go more smoothly while everyone is still adding new modules.
2018-07-14 05:49:13 -04:00
Zgarbul Andrey
3dfbfec6c1
Merge branch 'master' into master
2018-07-14 10:05:32 +03:00
Opal
137d99d55b
Adding acos implementation
2018-07-14 19:00:47 +12:00
Zgarbul Andrey
9056c9c5e3
Merge branch 'master' into master
2018-07-14 09:38:50 +03:00
Andrey Zgarbul
d67c2c391b
cargo fmt
2018-07-14 09:33:46 +03:00
Erik
6548a83edf
add license and other comments to existing files
2018-07-14 02:26:19 -04:00
Andrey Zgarbul
d03ec1472b
revert changes
2018-07-14 09:17:41 +03:00
Erik
f73c61b762
implement log1p and log1pf
2018-07-14 02:13:12 -04:00
Andrey Zgarbul
ead2d02710
clean duplicates
2018-07-14 08:50:53 +03:00
Joseph Ryan
88faf19ca5
Run rustfmt
2018-07-14 00:44:36 -05:00
Opal
83673acaa4
Add log implementation.
...
Fixes rust-lang/libm#23
2018-07-14 17:25:20 +12:00
Zgarbul Andrey
60bc600cf8
Merge branch 'master' into master
2018-07-14 08:18:18 +03:00
Joseph Ryan
7eecb9a0ef
Merge branch 'master' into master
2018-07-14 00:18:02 -05:00
Joseph Ryan
119bb9bd24
Revert log2 breakage
2018-07-14 00:15:24 -05:00
Andrey Zgarbul
45d9d8caa6
fix bug in rem_pio2_large
2018-07-14 08:13:35 +03:00
bors[bot]
827eed6f5d
Merge rust-lang/libm#83
...
83: implement log10 and log10f r=japaric a=erikdesjardins
closes rust-lang/libm#24 , closes rust-lang/libm#25
Co-authored-by: Erik <erikdesjardins@users.noreply.github.com >
2018-07-14 05:00:56 +00:00
Joseph Ryan
e957505974
Fix log2
2018-07-13 23:56:00 -05:00
Jorge Aparicio
bcafb03f6c
update CONTRIBUTING
2018-07-13 23:34:37 -05:00
Joseph Ryan
c6b01ad00d
Merge branch 'master' into master
2018-07-13 23:31:38 -05:00
Erik
6536807106
implement log10 and log10f
2018-07-14 00:26:49 -04:00
Joseph Ryan
b868713a85
Merge remote-tracking branch 'upstream/master'
2018-07-13 23:18:02 -05:00
Joseph Ryan
a749e176b1
Implement fmod and tweak fmodf
2018-07-13 23:15:36 -05:00
Erik
30c31d32d3
implement log2 and log2f
2018-07-13 23:53:58 -04:00
Jorge Aparicio
ea8d02ae0f
make cargo fmt in ci/script.sh optional
2018-07-13 22:15:21 -05:00
Jorge Aparicio
131cc1ac44
run cargo fmt -- --check on beta
2018-07-13 22:10:08 -05:00
Jorge Aparicio
6e6642b48c
force PR code to be formatted
2018-07-13 21:54:24 -05:00
Jorge Aparicio
8bdbe46072
run cargo-fmt
2018-07-13 21:51:07 -05:00
bors[bot]
56e1b0d52b
Merge rust-lang/libm#77
...
77: adding ceilf and floorf r=japaric a=jackmott
Finishes issues rust-lang/libm#56 and rust-lang/libm#54
Co-authored-by: Jack Mott <jack.mott@gmail.com >
2018-07-14 02:35:57 +00:00
Jack Mott
6237ba2890
adding ceilf and floorf for issues rust-lang/libm#56 and rust-lang/libm#54
2018-07-13 21:32:59 -05:00