flt >= real รข true or false
Instance Public methods
true
if flt
is greater than or equal to
real
. The result of NaN >= NaN
is undefined,
so the implementation-dependent value is returned.
true
if flt
is greater than or equal to
real
. The result of NaN >= NaN
is undefined,
so the implementation-dependent value is returned.
Please login to continue.