JuliaMath / NaNMath.jl

Julia math built-ins which return NaN and accumulator functions which ignore NaN
Other
53 stars 28 forks source link

implement sqrt #11

Closed mlubin closed 8 years ago

mlubin commented 8 years ago

Closes #9 Would be nicer to remove the domain check inside of Base.sqrt(), but this at least gives the correct behavior.