contents   index   previous   next



JSE_FLOATING_POINT (on)

 

This value defines whether the ScriptEase interpreter and libraries will support floating-point operations. If this is not defined then the engine will only support integers, and any use of a floating-point number or operation will result in an exception (e.g. pi=3.1415, Math.cos(), 0.0). An application for a small device may run much smaller and faster when JSE_FLOATING_POINT is not defined if floating-point math is not needed.

 


DEBUGGING CUSTOMIZATION