最終更新:2008-05-04 (日) 02:26:56 (5829d)  

Quartz Composer/Mathematical Expression
Top / Quartz Composer / Mathematical Expression

数式を計算して出力。

演算子

  • 四則演算 ( + - * / )
  • 剰余 ( % )
  • べき乗 ( ^ )
  • 比較 ( < > == != <= >= ?: )
  • 論理演算 ( && || ! )
  • ビット演算 ( & | !& (XOR) ~ )

関数

  • sin
  • cos
  • tan
  • asin
  • acos
  • atan
  • atan2
  • sinh
  • cosh
  • tang
  • exp
  • ln
  • log
  • abs
  • sqrt
  • ceil
  • floor
  • min
  • max
  • rand