Skip to content

Commit

Permalink
Add sqrt and re-sort function order in top comment (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Feb 10, 2020
1 parent dc6602b commit 67e1456
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SLEEF.jl
@@ -1,7 +1,9 @@
module SLEEF

# export sin, cos, tan, asin, acos, atan, sincos, sinh, cosh, tanh,
# asinh, acosh, atanh, log, log2, log10, log1p, ilogb, exp, exp2, exp10, expm1, ldexp, cbrt, pow
# export ldexp, sqrt, cbrt, pow,
# log, log2, log10, log1p, ilogb, exp, exp2, exp10, expm1,
# sin, cos, tan, asin, acos, atan, sincos,
# sinh, cosh, tanh, asinh, acosh, atanh

# fast variants (within 3 ulp)
# export sin_fast, cos_fast, tan_fast, sincos_fast, asin_fast, acos_fast, atan_fast, atan2_fast, log_fast, cbrt_fast
Expand Down

0 comments on commit 67e1456

Please sign in to comment.