Skip to content

Rambalac/FastMath.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastMath.Net

Fast Math is simple C# library for Fixed Point arithmetics based on int.

But seems to be it's much easier to use just float or even double than do anything special. For 100000000 calculations.

Type Time
double 54ms
float 56ms
int 43ms
Fast24 72ms

About

Simple C# library for Fixed Point arithmetics based on int.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages