(translator=Erison, ChineseSource=Erison-20020415-4\tan.html, EnglishSource=c:\matlabr12\help\techdoc\ref\tan.html)
MATLAB Function Reference    
tan, tanh

正切(Tangent)函數及超正切(hyperbolic tangent)函數

Syntax

Description

The tan and tanh 函數是對陣列每個元素去做運算。函式的定義域與值域包含複數。角度以弧度(radian)為單位。

Y = tan(X) 回傳 X 中每個元素的正切值。

Y = tanh(X) 回傳 X 中每個元素的超正切值。

Examples

範圍裡畫出正切函數圖,及在 範圍裡畫出超正切函數圖。

tan(pi/2) 的值並非無限大而為浮點數精確度 eps 的倒數,這是因為 pi 是逼近真實圓周率 的浮點數。

Algorithm

See Also

atan, atan2


 symvar  tempdir