You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the return type of expr_eval() is float which is 32 bit wide on my 64 bit system. Is it possible to use double which is of 64 bits while evaluating an expression?
Looks like the return type of
expr_eval()isfloatwhich is 32 bit wide on my 64 bit system. Is it possible to usedoublewhich is of 64 bits while evaluating an expression?