cos()
原文
角度の余弦(コサイン)を計算します。
書式
double cos(double x)
ラジアン単位の角度の余弦(コサイン)を計算します。
引数
x :角度のラジアン尺度
戻り値
xの余弦(コサイン)。 この値は-1と1の間になります。
Arduinoとの互換性
cos)
のMaple(Arduino STM32版はArduinoと互換性があります。
Maple(Arduino STM32)の実装は
newlib
に由来し、Arduinoは
avr-libc
の実装であることに注意してください。
関連項目
sin()
tan()
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 リファレンス 日本語版
に戻る