-
I just added a module to my gbz80 project which uses floating point. Turns out that this adds way too much code. Investigating the library source indicates that the situation would be helped by the inclusion of a floating point library implemented in assembler.
Is there such a library around here? Are there any plans to include one?
Robert Ramey.
2009-11-16 18:28:09 UTC in Small Device C Compiler
-
I would be interested in such a a package.
Robert Ramey
ramey@rrsd.com.
2009-11-14 23:59:12 UTC in Small Device C Compiler
-
I'm looking at the page
http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/other/dualComplex/index.htm
Example - Combined Displacement and Rotation
where it says
Starting from the previous position:
(1 + 7ε + 7 iε)
and applying a rotation of 90 represented by:
(0 + i)
...
It would seem to me that this implies a counter clockwise rotation of 90 degrees...
2009-10-13 18:28:55 UTC in mjbWorld