y=の単純な関数しか扱えない代わりに、複素数を扱えるグラフ描画ツールです ===重要=== 演算ルールが少し変わっていて 一番深い位置にある()の中を”左から”計算します 3-5*3 = -6 5+3^2 = 64 となるので気を付けてください ===操作=== mouse drag 視点 da x軸 ws y軸 eq 虚軸 rf ズーム x x軸正の方向からの視点に移動する y y軸正の方向からの視点に移動する z z軸正の方向からの視点に移動する space 式を入力(未入力でキャンセル) ===扱える文字=== <数字> 0123456789.- 虚数(必ず数字、変数、定数の後につける) i <変数> x <定数> ネイピア数 e 円周率 p <基本演算> 四則演算 + - * / 累乗 ^ かっこ () <関数> 絶対値(大きさ) m() 符号を正にする a() 切り下げ d() 四捨五入 r() 切り下げ u() sin s() cos c() tan t() ln(自然対数) l() log l(真数)/l(底) ___________________________________________ A graph plotting tool that supports complex numbers, though it only handles simple functions in the form y=. ===Alert=== Note that the calculation rules are a bit unusual — expressions inside the innermost parentheses are evaluated left to right: 3-5*3 = -6 5-3^2 = 4 Please keep this in mind. ===Controls=== mouse drag perspective da X-axis ws Y-axis eq Imaginary axis rf Zoom x Move viewpoint to positive X-axis direction y Move viewpoint to positive Y-axis direction z Move viewpoint to positive Z-axis direction Space Enter expression (leave blank to cancel) ===Supported Characters=== <Numbers> 0123456789.- Imaginary unit (must follow a number, variable, or constant) i <Variables> x <Constants> Euler's number e Pi p <Basic Operations> Arithmetic + - * / Exponentiation ^ Parentheses () <Functions> Absolute value (magnitude) m() Absolute value (force positive) a() Floor d() Round r() Ceiling u() Sin s() Cos c() Tan t() ln (natural log) l() log l(value)/l(base)