<< tanh | Trigonometric functions |
res = tanm(x) |
a numeric value: scalar or square matrix
a numeric value: a square matrix
A = eye(3, 3);
res = tanm(A)
A = [1, 2; 3, 4];
res = tanm(A)
tan.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET