Why isn’t there a ‘jl_is_float64’ declaration? As a result, I’m not able to use it in Embedding Julia in my C program.
Is it removed deliberately?
Thank you.
I guess you’re using Julia 0.6? Then the manual says to use jl_typeis(x, jl_float64_type)
instead.
2 Likes
Oh, I’m sorry, didn’t check the docs version. Thank you.