summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/sf_pow.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-09-011-2/+3
| | | | | | * libm/mathfp/s_pow.c: (pow): Change code so 0 raised to any positive power results in 0. * libm/mathfp/sf_pow.c (powf): Ditto.
* * libm/mathfp/sf_pow.c (powf): Change k from int to float.Thomas Fitzsimmons2002-06-281-2/+2
|
* * libm/mathfp/s_pow.c (pow): Fix checks on variable k. AddThomas Fitzsimmons2002-06-271-24/+41
| | | | | | exponent_is_even_int variable. Handle case where x is negative, and y is an odd integer. * libm/mathfp/sf_pow.c (powf): Likewise.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+107