lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 1) Extract the manitssa and exponent using frexp() function.

One problem with this solution is that it demands linking with the
mathematical library. Currently the core does not need this library
to work.

-- Roberto