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
Use double-precision floats where sensible
LSL is weird in that technically Mono has 64-bit floats, but parsing
and some operations are done in 32-bit space. Try to better handle
those cases.