KR71: How is a real variable defined in a UDF treated in a double precision solver?


If you define your variables as real, they will be in double precision if you use the double precision solver.

However, if you use float or double to define your variable type, the precision will not change with solver precision.

It is typically recommended that you use real to define variable type.





Show Form
No comments yet. Be the first to add a comment!