Predefined Functions – zero

Function name: zero – Make zero
Synopsis: zero(x)


Input data type Output data type
real real
complex complex
quaternion quaternion

Description:

This function returns 0.

If the input value is real, the result is a real 0.

If the input value is complex, the result is a complex 0, i.e. (0,0).

If the input value is quaternion, the result is a quaternion 0, i.e. (0,0,0,0).

zero