math cleanup: use 1.0f instead of (float)1.0
authornsz <nsz@port70.net>
Tue, 13 Mar 2012 19:24:23 +0000 (20:24 +0100)
committernsz <nsz@port70.net>
Tue, 13 Mar 2012 19:24:23 +0000 (20:24 +0100)
commit8d0a6f7a1c47b280647f292e6864b85b72c71f2e
tree949de14dac812cbd118fdb8fc8d9941790ab2397
parent9560b6b152efeb23cc4e570dbaea5ef333ac971f
math cleanup: use 1.0f instead of (float)1.0
25 files changed:
src/math/__log1pf.h
src/math/acosf.c
src/math/acoshf.c
src/math/asinf.c
src/math/asinhf.c
src/math/atan2f.c
src/math/atanf.c
src/math/atanhf.c
src/math/ceilf.c
src/math/erff.c
src/math/expf.c
src/math/expm1f.c
src/math/floorf.c
src/math/j0f.c
src/math/j1f.c
src/math/jnf.c
src/math/lgammaf_r.c
src/math/log10f.c
src/math/log1pf.c
src/math/log2f.c
src/math/logf.c
src/math/powf.c
src/math/remainderf.c
src/math/scalbf.c
src/math/sinhf.c