Attach fimath object to fi
object
returns
a y
= setfimath(x
,f
)fi
object, y
, with x
’s numerictype
and
value, and attached fimath object, f
. This function
and the related removefimath
function are useful
for preventing errors about embedded.fimath
of both
operands needing to be equal.
The y
= setfimath(x
,f
)
syntax does not modify the input, x
. To modify x
,
use x = setfimath(x,f)
. If you use setfimath
in
an expression, such as, a*setfimath(b,f)
, the fimath
object is used in the temporary variable, but b
is
not modified.
fi
| fimath
| removefimath