Mirror of space-wizards/CannyFastMath
Find a file
2020-08-13 05:24:57 -04:00
.github/workflows fix path [skip ci] 2020-06-03 11:45:24 -04:00
.idea/.idea.CannyFastMath/.idea revisions and cleanup 2020-06-03 06:10:08 -04:00
CannyFastMath Fixes #3 2020-08-13 05:24:57 -04:00
CannyFastMath.Tests Fixes #3 2020-08-13 05:24:57 -04:00
.gitattributes initial commit 2020-03-09 06:38:39 -04:00
.gitignore initial commit 2020-03-09 06:38:39 -04:00
CannyFastMath.sln initial commit 2020-03-09 06:38:39 -04:00
CannyFastMath.sln.DotSettings revisions and cleanup 2020-06-03 06:10:08 -04:00
LICENSE initial commit 2020-03-09 06:38:39 -04:00
README.md update readme more 2020-06-03 11:31:54 -04:00

CannyFastMath

Faster implementations of various common math operations, and harmless placeholders for math operations that just forward to the originals.

Why would you need this?

You don't, it's just a nice to have.

Differences

Current differences with .NET Core Math functions:

  • Round with no MidpointRounding specified rounds away from zero instead of to nearest even integer.

License

MIT