English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
指定された値の逆三角関数の値を返します。
atan(X)
X-逆三角関数に値を指定します。
返り値は浮動小数点数で、逆三角関数の値を示します。
-module(helloworld). -import(math,[atan/1]). -export([start/0]). start() -> Atan = atan(0.7071, io:fwrite("~p~n",[Atan]).
上記のプログラムを実行すると、以下のような結果が得られます。
0.6154751878649041