3.5.1.4 Complex

Name Brief Example
ImAbs Get the modulus of a complex. Example
Imaginary Get the imaginary part of the specified complex. Example
ImArgument Get the argument (theta) of a complex. Example
ImConjugate Get the conjugate of a complex. Example
ImCos Calculate the cosine value for a complex. Example
ImCosh Calculate the hyperbolic cosine value for a complex. Example
ImCot Calculate the cotangent value for a complex. Example
ImCsc Calculate the cosecant value for a complex. Example
ImCsch Calculate the hyperbolic cosecant value for a complex. Example
Imsec Calculate the secant value for a complex. Example
Imsech Calculate the hyperbolic secant value for a complex. Example
Imsinh Calculate the hyperbolic sine value for a complex. Example
Imtan Calculate the tangent value for a complex. Example
ImDiv Calculate the complex division. Example
ImExp Calculate the exponential value for a complex. Example
ImLn Calculate the natural logarithm of the complex. Example
ImLog10 Calculate the base 10 logarithm of a complex. Example
ImLog2 Calculate the base 2 logarithm of a complex. Example
ImPower Calculate the given complex to the power of the specified value. Example
ImProduct Perform the product (multiplication) operation of two complexes. Example
ImReal Get the real part of the specified complex. Example
ImSin Calculate the sin value for a complex. Example
ImSqrt Calculate the square root of a complex. Example
ImSub Perform subtraction between two complexes. Example
ImSum Get sum of two specified complexes. Example
Real2Complex Convert the specified two reals into a complex number. Example