2012-12-18 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h: Remove the log2f macro.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-12-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/math.h: Remove the log2f macro.
|
||||||
|
|
||||||
2012-12-18 Craig Howland <howland@LGSInnovations.com>
|
2012-12-18 Craig Howland <howland@LGSInnovations.com>
|
||||||
|
|
||||||
* libc/include/math.h: Add recognition of values 1 and 2 for
|
* libc/include/math.h: Add recognition of values 1 and 2 for
|
||||||
|
@ -378,9 +378,6 @@ extern float lgammaf _PARAMS((float));
|
|||||||
extern float erff _PARAMS((float));
|
extern float erff _PARAMS((float));
|
||||||
extern float erfcf _PARAMS((float));
|
extern float erfcf _PARAMS((float));
|
||||||
extern float log2f _PARAMS((float));
|
extern float log2f _PARAMS((float));
|
||||||
#if !defined(__cplusplus)
|
|
||||||
#define log2f(x) (logf (x) / (float_t) _M_LN2)
|
|
||||||
#endif
|
|
||||||
extern float hypotf _PARAMS((float, float));
|
extern float hypotf _PARAMS((float, float));
|
||||||
#endif /* ! defined (_REENT_ONLY) */
|
#endif /* ! defined (_REENT_ONLY) */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user