OSDN Git Service

Prefer our hypot() implementation in complex maths operations.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 13 Jun 2015 07:06:04 +0000 (08:06 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 13 Jun 2015 07:06:04 +0000 (08:06 +0100)
commitf669eb634b00d53d01a6b12d442ee6cb42a21987
treec5cc02e359dba2e36f2444e7c901466ac0bf1274
parent49761b68725b12ba2f14042b608629d0b97c2fa7
Prefer our hypot() implementation in complex maths operations.
18 files changed:
mingwrt/ChangeLog
mingwrt/mingwex/complex/cabs.c [deleted file]
mingwrt/mingwex/complex/cabs_generic.c [new file with mode: 0644]
mingwrt/mingwex/complex/cabsf.c [deleted file]
mingwrt/mingwex/complex/cabsl.c [deleted file]
mingwrt/mingwex/complex/catan.c [deleted file]
mingwrt/mingwex/complex/catan_generic.c [new file with mode: 0644]
mingwrt/mingwex/complex/catanf.c [deleted file]
mingwrt/mingwex/complex/catanl.c [deleted file]
mingwrt/mingwex/complex/clog.c [deleted file]
mingwrt/mingwex/complex/clog_generic.c [new file with mode: 0644]
mingwrt/mingwex/complex/clogf.c [deleted file]
mingwrt/mingwex/complex/clogl.c [deleted file]
mingwrt/mingwex/complex/cpow.c [deleted file]
mingwrt/mingwex/complex/cpow_generic.c [new file with mode: 0644]
mingwrt/mingwex/complex/cpowf.c [deleted file]
mingwrt/mingwex/complex/cpowl.c [deleted file]
mingwrt/mingwex/complex/csqrt_generic.c