Skip to content

arenanet/FixedPointy

 
 

Repository files navigation

FixedPointy

A simple fixed-point math library for C#.

All standard math functions are implemented, with the exception of hyperbolic trig. Precision can be configured by adjusting the FractionalBits constant in Fix.cs, ranging from Q9.22 through Q23.8 formats.

Available under MIT license. See LICENSE.txt for details.

About

A simple fixed-point math library for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%