OSDN Git Service

math: use float_t and double_t in scalbnf and scalbn
authorSzabolcs Nagy <nsz@port70.net>
Wed, 4 Sep 2013 15:52:54 +0000 (15:52 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:30:08 +0000 (11:30 +0000)
commit2eaed464e2080d8321d3903b71086a1ecfc4ee4a
treeb84e65faddf4f1042f50a7d50338ef0656c39996
parent34660d73bd0db29469d2758e1b48d2360edf3a2f
math: use float_t and double_t in scalbnf and scalbn

remove STRICT_ASSIGN (c99 semantics is assumed) and use the conventional
union to prepare the scaling factor (so libm.h is no longer needed)
src/math/scalbn.c
src/math/scalbnf.c