Skip to content

Commit bed330d

Browse files
committed
Update README.txt
1 parent 451f19e commit bed330d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
This is a C# port of the excellent libfixmath library, which can currently be found at http://code.google.com/p/libfixmath/
22

3-
It implements a fixed-point 16.16 numeric type and transcendent operations on it (square root, trig, etc).
3+
It implements a 64 bit fixed point 32.32 numeric type and transcendent operations on it (square root, trig, etc).
44

5-
It is covered by unit tests, most of which are also ported from libfixmath.
5+
It is covered by unit tests, most of which are also ported from libfixmath.
6+
7+
The solution includes 3 different types but the most developed and tested one is Fix64.
8+
Fix8 and Fix16 were mainly used for experimentation.
9+
10+
Note that the type requires explicit casts to convert to floating point and this is intentional, the difference between fixed point and floating point math is as important as the one between floating point and integral math.

0 commit comments

Comments
 (0)