Use crealf() and cimagf() instead of creal() and cimag() when the
authorguenther <guenther@openbsd.org>
Sun, 18 Jul 2010 18:42:26 +0000 (18:42 +0000)
committerguenther <guenther@openbsd.org>
Sun, 18 Jul 2010 18:42:26 +0000 (18:42 +0000)
commit60d908e137a0315099596747e9403ad9e8c76849
tree349a76abee30cd91a8948192307c2c8d8887dccf
parent436ad9bedc193a15e61fb9bd408fc794e68d4ba0
Use crealf() and cimagf() instead of creal() and cimag() when the
argument is a float.  Eliminate a cast rendered superfluous as a result.

ok kettenis@, millert@
lib/libm/src/s_casinf.c
lib/libm/src/s_catanf.c
lib/libm/src/s_ccosf.c
lib/libm/src/s_ccoshf.c
lib/libm/src/s_cexpf.c
lib/libm/src/s_clogf.c
lib/libm/src/s_cpowf.c
lib/libm/src/s_csinf.c
lib/libm/src/s_csinhf.c
lib/libm/src/s_csqrtf.c
lib/libm/src/s_ctanhf.c