Arduinoリファレンス
Arduinoリファレンスの日本語訳のページです
sqrt()

名称

sqrt()

説明

数値の平方根を計算する。

書式

double sqrt(double x);

引数

x数値。任意のデータ型。

戻り値

数値の平方根。

参照

言語 abs()

言語 constrain()

言語 map()

言語 max()

言語 min()

言語 pow()

言語 sq()

オリジナルのページ

https://www.arduino.cc/reference/en/language/functions/math/sqrt/

Last Revision: 2022/09/07

実装の解析

まだ解析していません。

最終更新日

September 7, 2022

inserted by FC2 system