CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2010/07/18 12:42:26
Modified files: lib/libm/src : s_casinf.c s_catanf.c s_ccosf.c s_ccoshf.c s_cexpf.c s_clogf.c s_cpowf.c s_csinf.c s_csinhf.c s_csqrtf.c s_ctanhf.c Log message: 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@