JuliaMath / Calculus.jl

Calculus functions in Julia
Other
275 stars 78 forks source link

handle irrational constants by casting to float #148

Open birm opened 4 years ago

birm commented 4 years ago

eps(n) and thus finite_difference(<>,n) and its friends fail for n of irrational type. It's certainly an edge case, but we can do a quick conversion to float for these (pi, catalan, etc)

closes #144