David Schultz 2f90a15e14 Add trivial implementations of scalbln() and scalblnf().
These routines are specified in C99 for the sake of
architectures where an int isn't big enough to represent
the full range of floating-point exponents.  However,
even the 128-bit long double format has an exponent smaller
than 15 bits, so for all practical purposes, scalbln() and
scalblnf() are aliases for scalbn() and scalbnf(), respectively.
2004-06-20 09:25:27 +00:00
..
2004-05-14 12:19:04 +00:00
2004-04-02 17:57:57 +00:00
2004-01-28 00:11:42 +00:00
2004-02-23 20:07:47 +00:00
2004-02-04 06:32:45 +00:00
2004-05-14 19:52:35 +00:00