gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > Fixed-point math library?

#8614 - madcat23 - Wed Jul 16, 2003 4:49 pm

Is there a fixed-point math library (for free) avilable either for the GBA, or written in generic C/C++? I'd rather not spend a lot of time reinventing the wheel if something's out :)

thanks,
Mike

#8616 - Ninja - Wed Jul 16, 2003 5:14 pm

Fixed point math is actually pretty easy to work with if you take the time to learn how it works. Working with it by hand will be about as short as the results of a library, but will likely be much faster, which is essential in mathematic operations.

#8617 - GBA Coda - Wed Jul 16, 2003 5:24 pm

Hi,

Try this:

http://members.aol.com/form1/fixed.htm


GBA Coda ( kinda )
_________________
Expression has no effect in function Main()!

#8718 - Ninja - Fri Jul 18, 2003 4:46 pm

deleted...