演算子

- + ~ !
負符号、正符号、補数、否定
* / %
乗算、除算、剰余
+ -
加算、減算
<< >>
左シフト、右シフト
< > <= >=
左不等、右不等、等価左不等、等価右不等
== !=
等価、非等価
&
ビット積(AND)
^
ビット差(XOR)
|
ビット和(OR)
&&
積結合
||
和結合
x?y:z
条件

関数

acos  cos  hypot  sinh
asin() cosh() log() sqrt()
atan() exp() log10() tan()
atan2() floor() pow() tanh()
ceil() fmod() sin()
数学関数
abs(arg)
絶対値
double(arg)
倍精度値
int(arg)
整数値
rand()
乱数値
round(arg)
整数への丸め値
srand(arg)
乱数の初期値