Predefined Functions – recip

Function name: recip – Calculate reciprocal value
Synopsis: recip(x)


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

Description:

This function just calculates the reciprocal value of the argument (invers element of argument of operator multiplication):

  recip(z)=1.0/z  

recip