• This repository has been archived on 30/May/2020
  • Stars
    star
    133
  • Rank 271,588 (Top 6 %)
  • Language
    C#
  • License
    Other
  • Created about 11 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple fixed-point math library for C#

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.