Skip to content

Entroper/DCPU-16-fixedmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Author: Entroper
Date: April 6, 2012

This is a library to perform arithmetic in two fixed-point data formats.  The
short format is a WORD, the long format a DWORD.  Each format places the point
right in the middle of the bit range. This gives the short format a precision
of ~0.0039 and a range of +127.996 to -128. The long format has precision
~0.000015 and range +32767.999985 to -32768. Additionally, the long format has
the benefit of the high-order word representing the integer part of the number.

About

A library for fixed-point arithmetic on the DCPU-16.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Other 100.0%