mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
9f2630ccceb3544ebacc81253b8ad88595e2ba49
- This example work now.
double F2F(PFLOATOBJ f)
{
if(SIGN(f->ul1)) // negate mant
return (double) -(-f->ul1 * pow(2,(double)f->ul2-32));
else return (double) f->ul1 * pow(2,(double)f->ul2-32);
}
svn path=/trunk/; revision=26877
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%