Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2010-12-02 Craig Howland <howland@LGSInnovations.com> | Jeff Johnston | 2010-12-02 | 1 | -1/+1 |
| | | | | | | | | * libm/common/s_log2.c: Change from using M_LOG2_E to M_LN2 define (from math.h--the latter is POSIX, the former non-standard). * libm/common/sf_log2.c: Ditto. Change cast for M_LN2 from float to float_t (in case all math not done in float). * libc/include/math.h: Ditto (same 2 things as sf_log2.c). | ||||
* | 2009-03-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | Jeff Johnston | 2009-03-18 | 1 | -0/+48 |
* libm/common/s_log2.c: New file. * libm/common/sf_log2.c: Ditto. * libm/common/Makefile.am: Add s_log2.c and sf_log2.c. * libm/common/Makefile.in: Regenerated. * libc/include/math.h: Add log2 and log2f function prototypes. |