JuliaMath / NaNMath.jl

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

Add IEEE 754-2008 compliant min and max #14

Closed ararslan closed 7 years ago

ararslan commented 7 years ago

The same as Base.min and Base.max for Julia < 0.6. On 0.6 and up, ignores NaN arguments.

mlubin commented 7 years ago

Thanks, is there someone we can ping to review this?

ararslan commented 7 years ago

Maybe @timholy or @stevengj?

ararslan commented 7 years ago

Note though that this is basically just Base code from before the min/max behavior was changed.