]> www.ginac.de Git - cln.git/commit
Disambiguate binary operators of CLN types with float/double
authorRichard Kreckel <kreckel@ginac.de>
Sun, 28 Nov 2004 21:07:37 +0000 (21:07 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 28 Nov 2004 21:07:37 +0000 (21:07 +0000)
commit1f0efb29d414ef53e0fb749abdbff04390130b1e
treed953804502f0558746c88d0d2b80a207f0477f03
parent2691282fd91d682114fc954f30d04b5fe32c7e56
Disambiguate binary operators of CLN types with float/double
* include/cln/dfloat.h: Add binary operator overloads for arguments of
type double.
* include/cln/ffloat.h: Likewise, for arguments of type float.
* include/cln/float.h: Likewise, both for arguments of types double and
float.
* include/cln/real.h: Likewise.
Reported by Isidro CachadiƱa GutiĆ©rrez <icacha@unex.es>.
----------------------------------------------------------------------
include/cln/dfloat.h include/cln/ffloat.h CVS: include/cln/float.h
include/cln/real.h CVS:
----------------------------------------------------------------------
ChangeLog
include/cln/dfloat.h
include/cln/ffloat.h
include/cln/float.h
include/cln/real.h