Explanation/説明(日本語は下) ------------------------------English------------------------------- + - * / etc. to perform calculations! (some functions are also supported). For more information, scroll down to see the list of characters you can enter, or press the P key. How to use Enter the formula and press Enter (✔ mark for smartphones and tablets). The calculation results will then be displayed. To enter a negative number, enter it as (0-n). (n is the number of negative numbers you want to input). Although more accurate than before, processing is slower, so we recommend using the Turbo mode. By the way, the number of blocks used was 1300! 1. Do not input any characters other than those that can be entered. 2. Do not input a sequence of quadrature operations + power signs. 3. Parentheses should be placed in the following order: square brackets, curly brackets, and small brackets. As long as you keep this in mind, "large, medium," "large, small," etc. will also work. 4. Entering parentheses without an operator after a number, such as 4(2+3), will result in an error. 5. Rounding is performed when the number of digits exceeds a certain number. 6. When using a function, enclose the number to be used in parentheses (like "(6)mod(3*2)" for the mod function) to avoid the possibility of bugs. If you find any bugs, please let us know in the comments. If you have any other questions or would like me to add something, please do so in the comments. When you are ready, please press ♥ and ★ Commands for developers C-key: Displays the progress of the calculation (hides any available characters). A-key: Hides all displayed listings. H-key. Displays variables used in all calculations. I-key: Hides variables used in all calculations. Space-key: Displays thumbnails. (All lists and variables are hidden and the background is a thumbnail image). ーーーーーーーーー日本語ーーーーーーーーーーー + - * / などを使用して計算ができます!(一部関数にも対応) 詳しくは下にスクロールして入力できる文字の一覧を見るか、Pキーを押すと、入力することができる文字の一覧が表示されます。 そこら辺の電卓とは違い、ボタン式ではなくゼロスプライトなので、すごいんです!(自分でいうなし) ーーーーーーー使い方ーーーーーーー 数式を入力してエンターキー(スマホ、タブレットの方は「✔」マーク)を押してください。 すると計算結果が表示されます。 負数を入力する場合(0-n)のように入力してください。(nは負数にしたい数) 前作より精度は高くなりましたが、その分処理が遅いため、ターボモードにすることをお勧めします。 ちなみに使用ブロック数は約1300ブロックです!! ※1 入力できる文字以外の文字を入力しないで下さい。 ※2 四則演算+累乗の記号を連続して入力しないで下さい。 ※3 かっこは大かっこ、中かっこ、小かっこの順にしてください。これが守れていれば大、中だったり大、小などの順番でも動作します。 ※4 4(2+3)のように数字の後に演算記号を入れずにかっこを入力するとエラーが起こります。4*(2+3)のように入力してください。 ※5 ある一定の桁数を超えると四捨五入します。 ※6 関数を使う際はバグる可能性があるため、使用する数値をカッコで囲んでください。(mod関数なら"(6)mod(3*2)のように) バグがあったらコメントで教えてください。その他質問や追加してほしいこと等もコメントしてください。 できたら♥と★を押してね! そういえばタイトルくそほど雑だよな ーーーーーー開発者用コマンドーーーーーー Cキー:計算の途中経過の表示(使うことのできる文字を表示している場合はそれが非表示になります。) Aキー:表示されているすべてのリストを非表示にします。 Hキー:すべての計算に使われる変数を表示します。 Iキー:すべての計算に使われる変数を非表示にします。 スペースキー:サムネイルを表示します。(すべてのリストと変数が非表示にされ、背景がサムネイル画像になります) コメントで宣伝した方もいるので、不快に思った方がいたらすみません。 使用できる文字/Characters that can be used 文字/character|意味/meaning|例/Example 1~10|使用できる数字/Usable Numbers + - * / |四則演算記号/four arithmetic symbols|a+b ! | 階乗記号/Factorial symbol |a! %|百分率/percent|a% [{()}] |括弧/parentheses|x*(y+z) mod|モジュロ演算/modulo operation|(C) mod (D/E) sqrt|ルート/root|sqrt{sqrt(a*b)} ちょっとした裏話、実はサムネにある適当に見える数式たちは、このプロジェクトのデバッグにかなり貢献してくれてるんだよね。何のデバッグに使ったのか予想してみてね。
ーーーーーーーーー前回と違う点ーーーーーーーー 大かっこ、中かっこがつかえるようになった。 パーセントの計算ができるようになった。 ちなみに前作までとは違い、一からプログラムしなおしています。 ーーーーーー前回までのプロジェクトーーーーーー ver. β1.0 https://scratch.mit.edu/projects/389298228 ver. 1.0 https://scratch.mit.edu/projects/398814145 ver. 2.0 https://scratch.mit.edu/projects/497628796 ーーーーーーーーバージョン情報ーーーーーーーー '22 10/10 ver. 3.0 公開 '22 10/16 ver. 3.06 小数の計算を再再々修正 !を使うと別の関数として計算されるバグの修正 '22 10/17 ver. 3.09 mod関数に対応("%"では計算できないので注意) '22 10/19 ver. 3.14 sqrt関数(ルート)に対応{√()では計算できないので注意} '22 11/8 ver. 3.145 若干のバグ修正 '22 11/9 ver. 3.15 処理速度の向上 '22 11/22 ver. 3.17 エラーメッセージの表示・追加 処理速度の向上 '22 12/29 ver. 3.20 括弧計算のバグを修正・一部プログラム完全変更 '23 8/4 ver. 3.21 致命的なバグの修正(なぜこれに気付かなかった) ーーーーーーーーーータグーーーーーーーーーーー #電卓 #計算機 #計算 #数学 #算数 #calculator #math