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