変数と定数
To assign a value to a variable use the = symbol or choose the variable to assign to with the x button in advanced mode. A variable name must only contain upper or lower case characters, or underscores.
x=5
example=82
任意の式の中で変数や定数が使用でき、割り当てた値に置換されますx ボタンを使って変数や定数を挿入できます。
6x+3
xy−3x+7y−21
The following variables are always defined.
_ |
前の計算結果 |
rand |
0 から 1 の範囲の乱数 (読み取りの度に変化) |
The following constants are always defined.