Skip to content

translate most functions in erf.jl in Julia's form#94

Open
ziyixi wants to merge 1 commit into
JuliaMath:masterfrom
ziyixi:master
Open

translate most functions in erf.jl in Julia's form#94
ziyixi wants to merge 1 commit into
JuliaMath:masterfrom
ziyixi:master

Conversation

@ziyixi

@ziyixi ziyixi commented Jun 13, 2018

Copy link
Copy Markdown

Translate most functions in erf.jl except for functions with the BigFloat input. The code is directly translated from apple's libm for erf(x::Float64), erfc(x::Float64) and libopenspecfun for the other functions. The licenses of both the libs are MIT so I could directly translate them .

All the functions have passed the tests. And you could see the benchmark in https://github.com/ziyixi/gsoc-work/blob/master/benchmark.ipynb .

@stevengj

Copy link
Copy Markdown
Member

Can you make a plot of the ratios new/old of the minimum (not median) times?

@Ken-B

Ken-B commented Nov 11, 2018

Copy link
Copy Markdown

@ziyixi Could you update the link to the notebook, it seems dead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants