Imtan
Contents
Description
Minimum Origin Version Required: 2019 SR0
Take a complex number and return its tangent.
Syntax
complex Imtan(complex c)
Parameters
c
- The complex number in the text format of x+yi.
Return
Return the tangent of a given complex.
Example
Imtan(1+2i) = ; // returns 0.033812826079897+1.0147936161466i