Skip to content

Instantly share code, notes, and snippets.

@forki
Last active August 29, 2015 14:01
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/2e71fa91d92c45fe05be to your computer and use it in GitHub Desktop.
Save forki/2e71fa91d92c45fe05be to your computer and use it in GitHub Desktop.
Correct compilation
Console.WriteLine(
(Decimal18)(159957.6M) / (Decimal18)(12245.89M) * (Decimal18)(5));
// 65.310728742459715
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment