pow10 and exp10

Yaakov (Cygwin Ports) yselkowitz@users.sourceforge.net
Thu May 10 07:57:00 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

glibc <math.h> provides the following extensions for "10 raised to the
power of x":

double pow10(double x);
float pow10f(float x);
double exp10(double x);
float exp10f(float x);

I'm attaching a patch and several new source files to implement these.


Yaakov
Cygwin Ports
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGQqmvpiWmPGlmQSMRCO34AJ4u9kfL8dk0pNH8jQYZfNj+J7N/GgCggDuG
SVM60tshkReOre8VhmbhIog=
=VhaN
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: newlib-pow10-src.tar.bz2
Type: application/octet-stream
Size: 1600 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20070510/a6c8b1cf/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newlib-pow10.diff
URL: <http://sourceware.org/pipermail/newlib/attachments/20070510/a6c8b1cf/attachment.ksh>


More information about the Newlib mailing list