JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use NaN for as "not yet set"

pkofod opened this issue · comments

Several places numbers are initialized as NaN or convert(T, NaN) - this is bad as it rules out number types that don't have NaNs.