Skip to content

Instantly share code, notes, and snippets.

@forki
Created May 12, 2014 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forki/829e8a3c6ccda8a848dd to your computer and use it in GitHub Desktop.
Save forki/829e8a3c6ccda8a848dd to your computer and use it in GitHub Desktop.
Floating point
OnRun=VAR
A@1000000000 : Decimal;
BEGIN
A := 5;
MESSAGE(FORMAT(159957.6 / 12245.89 * A));
MESSAGE(FORMAT(159957.6 / 12245.89 * 5));
END;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment