2007-02-23 Jeff Johnston <jjohnstn@redhat.com>
* libm/math/w_pow.c: Fix typo in documentation comment.
This commit is contained in:
@ -24,14 +24,14 @@ INDEX
|
||||
ANSI_SYNOPSIS
|
||||
#include <math.h>
|
||||
double pow(double <[x]>, double <[y]>);
|
||||
float pow(float <[x]>, float <[y]>);
|
||||
float powf(float <[x]>, float <[y]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <math.h>
|
||||
double pow(<[x]>, <[y]>);
|
||||
double <[x]>, <[y]>;
|
||||
|
||||
float pow(<[x]>, <[y]>);
|
||||
float powf(<[x]>, <[y]>);
|
||||
float <[x]>, <[y]>;
|
||||
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user