math: cbrt cleanup and long double fix
authorSzabolcs Nagy <nsz@port70.net>
Wed, 4 Sep 2013 15:51:05 +0000 (15:51 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:30:08 +0000 (11:30 +0000)
commit535104ab6a2d6f22098f79e7107963e3fc3448a3
tree7e10076505696c7904e186743636e6c664b189ed
parent39c910fb061114e6aa5c3bf2c94b1d7262d62221
math: cbrt cleanup and long double fix

* use float_t and double_t
* cleanup subnormal handling
* bithacks according to the new convention (ldshape for long double
and explicit unions for float and double)
src/math/cbrt.c
src/math/cbrtf.c
src/math/cbrtl.c