-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
excisionRemoval of code from Base or the repositoryRemoval of code from Base or the repositoryexternal dependenciesInvolves LLVM, OpenBLAS, or other linked librariesInvolves LLVM, OpenBLAS, or other linked librariesmathsMathematical functionsMathematical functions
Description
Thanks to @pkofod we're quite close, but there are a couple of places left:
- fastmath.jl still calls the
libmin a few places -
cbrtAdd Julia port of cbrt from Openlibm. #25948 -
exp2Add exp2 port of Openlibm exp2. #24859 -
expm1Julia port of Openlibm expm1. #25903 -
log2Replace log2 and log10 with Julia ports. #27137 -
log10Replace log2 and log10 with Julia ports. #27137 -
remImplementrem(float, float, RoundNearest)in Julia #42380 -
modfImplementmodfin Julia #42392 -
fmato deal with broken system libms (test/numbers.jl fails on 32-bit platform #9847) -
_ldexp_exp
SpecialFunctions.jl also calls a few. Note however that SpecialFunctions now uses OpenLibm_jll and no longer relies on Julia providing openlibm.
ararslan, StefanKarpinski, tshort, dpsanders, oxinabox and 10 more
Metadata
Metadata
Assignees
Labels
excisionRemoval of code from Base or the repositoryRemoval of code from Base or the repositoryexternal dependenciesInvolves LLVM, OpenBLAS, or other linked librariesInvolves LLVM, OpenBLAS, or other linked librariesmathsMathematical functionsMathematical functions