asin(float)

アークサイン計算し結果を返す。

float asin(
    float fValue
);

Parameters

fValue

サイン値を意味する浮動小数値。値の範囲は -1.0 〜 1.0


Description

アークサインを計算し結果を度で返す(ラジアンではない)
fValueが-1.0 〜 1.0にない場合は0を返す



Remarks

サインの逆関数


Version

1.22

See Also

functions: acos | atan | cos | sin | tan
categories: Math Functions


author: Charles Feduke, JP team: geshi, ngtaicho
Send comments on this topic.