Documentation
Dlang.org
GyreD (source)
Rational.opEquals
eris
rational
Rational
Casts and compares rational with floating-point type.
bool
opEquals
(const(Rational) rhs)
bool
opEquals
(Z rhs)
bool
opEquals
(R rhs)
struct
Rational
(Z)
pragma(
inline
) const
bool
opEquals
(
R
)
(
R
rhs
)
if
(
isFloatingPoint
!
R
)
if
(
__traits(
isPOD
,
Z
)
)
int
opCmp
(R rhs)
eris
rational
Rational
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opUnary
properties
denominator
numerator
Casts and compares rational with floating-point type.