tan()
原文
角度の正接(タンジェント)を計算します。
書式
double tan(double x)
ラジアン単位の角度の正接(タンジェント)を計算します。
引数
x :角度のラジアン尺度
戻り値
xの正接(タンジェント)。 この関数の戻り値には制限はありません。
Arduinoとの互換性
tan()のMaple(Arduino STM32版はArduinoと互換性があります。
Maple(Arduino STM32)の実装はnewlibに由来し、Arduinoはavr-libcの実装であることに注意してください。
関連項目
sin()
cos()
float
double
License and Attribution: Portions of this page were adapted from the Arduino Reference Documentation, which is released under a Creative Commons Attribution-ShareAlike 3.0 License.
このドキュメントはleafLabs, LLC.が執筆し、たま吉が翻訳・一部加筆修正したものです。
Arduino STM32 リファレンス 日本語版 に戻る