数式を表す文字列
(但し、具体的な数値に対する四則演算と関数の組合せのみで表現されていて
パラメータは含まないものとする)
に書かれた計算を実行してその数式が表す数値を求める。
Calculate a numerical value indicated by
a string that represents a mathematical formula,
which consists of only the operations and functions of numerical values
and does not have parameters.
この例では
value1=3.0
value2=7.0
value3=9.0
value4=0.5
value5=3.0
となる。
These examples give
value1=3.0,
value2=7.0,
value3=9.0,
value4=0.5, and
value5=3.0.
◆補足(Additional remarks)
四則演算のほか、関数analyze_formula, calculate_formula_functionsで
共通にサポートしている数学関数のみ利用可能である。
Only the mathematical functions supported by
all of the functions
analyze_formula and calculate_formula_functions
are available, in addition to the four arithmetric operations.