Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed May 30, 2017
1 parent 976ed7e commit ef8a318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alt="SLEEF Logo" width="420"></img> </div>
A pure Julia port of the [SLEEF math library](https://github.com/shibatch/sleef).

**History**
- Release [v0.3.0](https://github.com/musm/Sleef.jl/releases/tag/v0.3.0) based on SLEEF v2.100
- Release [v0.2.0](https://github.com/musm/Sleef.jl/releases/tag/v0.2.0) based on SLEEF v2.90
- Release [v0.1.0](https://github.com/musm/Sleef.jl/releases/tag/v0.1.0) based on SLEEF v2.80

Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 0.6
julia 0.6-pre
1 change: 1 addition & 0 deletions src/Sleef.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ include("hyp.jl") # hyperbolic and inverse hyperbolic functions
include("misc.jl") # miscallenous math functions including pow and cbrt

# fallback definitions

for func in (:sin, :cos, :tan, :asin, :acos, :atan, :sinh, :cosh, :tanh,
:asinh, :acosh, :atanh, :log, :log2, :log10, :log1p, :exp, :exp2, :exp10, :expm1, :cbrt,
: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 ef8a318

Please sign in to comment.