Computes tangent of the number.
If obj is of type TMatrix or TSystem then action depends on the number of elements.
| 1 | The same method is applied to the element and its result is returned. |
| > 1 | GeneralException is thrown. |
public TNumber Tan()Public Function Tan As TNumberpublic:
TNumber^ Tan()member Tan : unit -> TNumber | GeneralException | Thrown if obj is neither a scalar value nor a compound value with a single element. |