simplify/zero
simplify complex numeric expressions of type embedded_real and type embedded_imaginary
Calling Sequence
Parameters
Description
Examples
simplify(expr, zero)
expr
-
expression
zero
literal name; zero
The simplify(expr, zero) calling sequence replaces complex numerics of type embedded_real with their corresponding real parts, and it replaces objects of type embedded_imaginary with their corresponding imaginary parts.
Note: This routine is not called automatically by the general simplify routine.
simplify3+0.+2If−1.−0.I,x,zero
3+2.If−1.,x
See Also
complex
numerics
simplify
type/embedded_imaginary
type/embedded_real
Download Help Document