mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 14:30:38 +08:00
2007-02-23 Jeff Johnston <jjohnstn@redhat.com>
* libm/math/w_pow.c: Fix typo in documentation comment.
This commit is contained in:
parent
a76877e977
commit
d9edc05f47
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-23 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libm/math/w_pow.c: Fix typo in documentation comment.
|
||||||
|
|
||||||
2007-02-21 Patrick Mansfield <patmans@us.ibm.com>
|
2007-02-21 Patrick Mansfield <patmans@us.ibm.com>
|
||||||
|
|
||||||
* libc/reent/timer.c: Removed (split into two new files).
|
* libc/reent/timer.c: Removed (split into two new files).
|
||||||
|
@ -24,14 +24,14 @@ INDEX
|
|||||||
ANSI_SYNOPSIS
|
ANSI_SYNOPSIS
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
double pow(double <[x]>, double <[y]>);
|
double pow(double <[x]>, double <[y]>);
|
||||||
float pow(float <[x]>, float <[y]>);
|
float powf(float <[x]>, float <[y]>);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
TRAD_SYNOPSIS
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
double pow(<[x]>, <[y]>);
|
double pow(<[x]>, <[y]>);
|
||||||
double <[x]>, <[y]>;
|
double <[x]>, <[y]>;
|
||||||
|
|
||||||
float pow(<[x]>, <[y]>);
|
float powf(<[x]>, <[y]>);
|
||||||
float <[x]>, <[y]>;
|
float <[x]>, <[y]>;
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user