Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 332 Bytes

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.