https://github.com/JuliaLang/julia
Revision 27852fdd95eea045400146fc248ef8f9ca8bf90f authored by Patrick Kofod Mogensen on 02 August 2017, 20:02:51 UTC, committed by Simon Byrne on 02 August 2017, 20:02:51 UTC
* Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia.

* Add missing begin key.

* Remove _approx.

* Move to separate files.

* Fix LICENSE.md to mention FDLIBM instead of Openlibm.

* Address comments.

* Strengthen test to faithfully rounded.

* Fix LICENSE.md message for rem_pio2.

* Fix style in LICENSE.md entry.

* Remove semicolons.

* Move highword up, and remove duplicate unsafe_trunc.

* Fix LICENSE.md by removing a bullet and changing license of base/special/exp.jl.

* Change license info for base/special/exp.jl.

* Small changes.

* Get and reset precision for BigFloats, and space before rem in -rem.

* setprecision do

* Add comments, move test, and switch to muladd in some places.

* Fix y1 branches of rem2pi.

* Small changes.

* Move comment in rem_pio2.jl and add test for fast branch of mod2pi.

* rint docstring fix and make it clear what the constant is.

* Update comment for INV2PI.

* Fix wrong test set name.

* Tests against ieee754_rem_pio2 output.

* Inline cody_waite functions.

* rint -> round, remove rint, remove one argument cody waite, replace Int(x) with trunc(Int, x).

* Add some tests.

* Inline rem_pio2_kernel, and rearrange code slightly.

* fix xhp

* Use DoubleFloat64.

* Move constants into functions.

* Fix escaping of mod

* Fix tests and remove specific variables.

* Fix tests

* Fix issues raised in comments.

* More appropriate ulp test (test against eps of reference number).

* Change link to a stable github link.
1 parent 2b8dc7c
History
Tip revision: 27852fdd95eea045400146fc248ef8f9ca8bf90f authored by Patrick Kofod Mogensen on 02 August 2017, 20:02:51 UTC
Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia. (#22603)
Tip revision: 27852fd
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 5.7 KB
CONTRIBUTING.md -rw-r--r-- 19.4 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.6 KB
Make.inc -rw-r--r-- 34.7 KB
Makefile -rw-r--r-- 26.0 KB
NEWS.md -rw-r--r-- 53.9 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 28.9 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top