Skip to content

Commit 5d368c3

Browse files
committed
Update README
1 parent 45e6f0a commit 5d368c3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
This is a C# port of the excellent libfixmath library, which can currently be found at http://code.google.com/p/libfixmath/
2-
3-
It implements a 64 bit fixed point 32.32 numeric type and transcendent operations on it (square root, trig, etc).
4-
5-
It is covered by unit tests, most of which are also ported from libfixmath.
1+
This library implements "Fix64", a 64 bit fixed point 31.32 numeric type and transcendent operations on it (square root, trig, etc). It is well covered by unit tests. However, it is still missing some operations; in particular, Tangent is not well tested yet.
62

73
The solution includes 3 different types but the most developed and tested one is Fix64.
8-
Fix8 and Fix16 were mainly used for experimentation.
4+
Fix8 and Fix16 were mainly used for experimentation. This project started as a port of libfixmath (http://code.google.com/p/libfixmath/).
95

106
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)