Update: >From the documentation: http://docs.julialang.org/en/release-0.4/manual/mathematical-operations/
Rounding,Division and Sign functions seem to work fine. Anything beyond that Powers, Logs, Roots; Trigonometric results in an ErrorException On Wednesday, January 13, 2016 at 7:38:03 PM UTC, Chris Cheetham wrote: > > Hi there, > I have embedded Julia into a C application. All seems to be working fine, > however if I try to jl_eval_string any of the Maths functions - sin() cos() > tan() etc I get an ErrorException. Am I missing something? > (Operators seem to be fine 1*1 for example) > > Thanks, > Chris > >
