PsyNeuLink
PsyNeuLink copied to clipboard
udf compiler: Add support for integer type
The compiler considers all numeric literals to be of floating point type. This can lead to conversion rounding errors, especially for 32bit floating point precision.