
[値下げ] Scientific Calculator
価格:200円⇒100円
スクリーンショット
アプリケーションの説明
原文を表示この電卓では、型のボックスに直接計算を入力し、結果をどこにコピーして貼り付けることができます
使用の非常にシンプル。
有効な正規表現の例:
"3 +4"= 7
"5 * 6"= 30
"4 +(3.5 * 8)"= 32
"100 / 3"= 33.333333333
"罪(0.5)"= 0.479425538
"2.5 ^ 3"= 15.625
"COS(1 / 20)+罪(1 / 30)+ COS(1 / 50)"= 2.031877428
"(1 2.2)*(3.1 6.6)"= 31.04
"(2 *(3 /(4 +(5-3 ))))" = 1
"SQRT(2)"= 1.4142136
次のようにすべての標準演算子は、サポートされています。
+、 - 、*、/
単項 -
^他の電源に数を上げる
%モジュラス
さらに、次の数学関数がサポートされています。
SIN、COS、日焼け、ASIN、ACOS、ATAN、ログ、LOG2、LN、EXP、ABS、SQRT、SINH、coshは、TANH、ASINH、ACOSH、ATANH、
CEIL、床、ラウンド、TRUNC、RINT、近く、dtor、rtod
超越関数の引数は、ラジアンです。
dtorとrtodは、度からラジアン、またはその逆に変換する
式は任意の深さにネスト、一緒に部分式をグループ化するために括弧を含めることができます。
関数の引数には、括弧内に存在する必要があります。次の例のように多くの余分な空白文字を含めることができます
必要に応じて表現 - それはすべて無視されます。
ログは10を底とする対数である、lnは自然(底e)対数です。 LOG2は2を底とすることです。
expは、引数の電力への電子である - 単純に、ベース10のログの逆数を取得する
10 ^ xが引数であるx位置を使用してください。
すべての計算は倍精度浮動小数点で行われます。
あなたがより多くの機能を表示したい場合だけ、電子メールでお問い合わせ電卓に追加。
使用の非常にシンプル。
有効な正規表現の例:
"3 +4"= 7
"5 * 6"= 30
"4 +(3.5 * 8)"= 32
"100 / 3"= 33.333333333
"罪(0.5)"= 0.479425538
"2.5 ^ 3"= 15.625
"COS(1 / 20)+罪(1 / 30)+ COS(1 / 50)"= 2.031877428
"(1 2.2)*(3.1 6.6)"= 31.04
"(2 *(3 /(4 +(5-3 ))))" = 1
"SQRT(2)"= 1.4142136
次のようにすべての標準演算子は、サポートされています。
+、 - 、*、/
単項 -
^他の電源に数を上げる
%モジュラス
さらに、次の数学関数がサポートされています。
SIN、COS、日焼け、ASIN、ACOS、ATAN、ログ、LOG2、LN、EXP、ABS、SQRT、SINH、coshは、TANH、ASINH、ACOSH、ATANH、
CEIL、床、ラウンド、TRUNC、RINT、近く、dtor、rtod
超越関数の引数は、ラジアンです。
dtorとrtodは、度からラジアン、またはその逆に変換する
式は任意の深さにネスト、一緒に部分式をグループ化するために括弧を含めることができます。
関数の引数には、括弧内に存在する必要があります。次の例のように多くの余分な空白文字を含めることができます
必要に応じて表現 - それはすべて無視されます。
ログは10を底とする対数である、lnは自然(底e)対数です。 LOG2は2を底とすることです。
expは、引数の電力への電子である - 単純に、ベース10のログの逆数を取得する
10 ^ xが引数であるx位置を使用してください。
すべての計算は倍精度浮動小数点で行われます。
あなたがより多くの機能を表示したい場合だけ、電子メールでお問い合わせ電卓に追加。
This Calculator allows you to type directly your calculation in the type box and copy and paste the result anywhere
Very Simple of use.
Examples of valid regular expressions:
"3+4" =7
"5*6" = 30
"4+(3.5*8)" = 32
"100/3" = 33.333333333
"sin(0.5)" = 0.479425538
"2.5^3" = 15.625
"cos(1/20)+sin(1/30)+cos(1/50)" = 2.031877428
"(1+2.2)*(3.1+6.6)" = 31.04
"(2*(3/(4+(5-3))))" = 1
"sqrt(2)" = 1.4142136
All standard operators are supported, as follows:
+, -, *, /
unary -
^ raise a number to the power of the other
% modulus
In addition, the following mathematical functions are supported:
sin, cos, tan, asin, acos, atan, log, log2, ln, exp, abs, sqrt, sinh, cosh, tanh, asinh, acosh, atanh,
ceil, floor, round, trunc, rint, near, dtor, rtod
Arguments to transcendental functions are in radians.
dtor and rtod convert from degrees to radians and vice versa
Expressions can contain parentheses to group subexpressions together, nested to any depth.
Arguments to functions must be in parentheses. You can have as much extra whitespace in
the expression as you want - it will all be ignored.
log is the base 10 logarithm, ln is the natural (base e) logarithm. log2 is to base 2.
exp is e to the power of the argument - to get the inverse of a base 10 log, simply
use 10^x where x is the argument.
All math is done in double precision floating point.
If you want to see more functions added to the calculator just e-mail us.
Very Simple of use.
Examples of valid regular expressions:
"3+4" =7
"5*6" = 30
"4+(3.5*8)" = 32
"100/3" = 33.333333333
"sin(0.5)" = 0.479425538
"2.5^3" = 15.625
"cos(1/20)+sin(1/30)+cos(1/50)" = 2.031877428
"(1+2.2)*(3.1+6.6)" = 31.04
"(2*(3/(4+(5-3))))" = 1
"sqrt(2)" = 1.4142136
All standard operators are supported, as follows:
+, -, *, /
unary -
^ raise a number to the power of the other
% modulus
In addition, the following mathematical functions are supported:
sin, cos, tan, asin, acos, atan, log, log2, ln, exp, abs, sqrt, sinh, cosh, tanh, asinh, acosh, atanh,
ceil, floor, round, trunc, rint, near, dtor, rtod
Arguments to transcendental functions are in radians.
dtor and rtod convert from degrees to radians and vice versa
Expressions can contain parentheses to group subexpressions together, nested to any depth.
Arguments to functions must be in parentheses. You can have as much extra whitespace in
the expression as you want - it will all be ignored.
log is the base 10 logarithm, ln is the natural (base e) logarithm. log2 is to base 2.
exp is e to the power of the argument - to get the inverse of a base 10 log, simply
use 10^x where x is the argument.
All math is done in double precision floating point.
If you want to see more functions added to the calculator just e-mail us.
Charles AROUTIOUNIANの他のアプリ
ジャンル: | サイズ: | 0.3 MB | |
---|---|---|---|
販売業者: | Charles AROUTIOUNIAN | リリース: | 2011/01/13 |
バージョン: | 1.3 | 対応言語: | 英語 |
Webサイト: |
関連情報(Google検索)
Loading... |