[A83] Re: The Working Of Floating Point Numbers
[Prev][Next][Index][Thread]
[A83] Re: The Working Of Floating Point Numbers
> ;I made this to response of Alexander Hansson's request
of how to use
> floating point numbers
Just a word of advice to anyone working with fractions: use
fixed point arithmetic and powers of 2 if you have to do
things in real time (like displaying scores or HP...), and
when you don't really need to calculate with those 14
digits provided by the builtin FP routines.
PG
Follow-Ups:
References: