Update 2012/1/28 Joep Suijs <[email protected]>: > The most obvious candidates: > FloatAdd > FloatSubtract > FloatMultiply > FloatDivide > FloatToDword (with an 10^x offset as parameter) > > What does need substantial work is the printing (conversion) function. ... > More control on the output is needed (space limitation, nr of digits, > decimal point offset etc) to make it practical usefull. Let me know if > anybody wants to step in on this ;)
I have an alpha-grade implementation of all functions mentioned. Calculation time is mostly around 1-1.5ms, but varies from a few microseconds to 3 or more ms, due to divide-by-ten of about 0.6ms each. The code is not JSG compliant at this stage, but I am happy to share it with anyone who wants to work on the printing code. Joep -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
