formula | 数式を表す文字列。 A string that represents a mathematical formula. |
formula[i] | 戻り値の第\(i\)要素 The \(i\)th component of the return value |
数値を表す部分文字列の最初の1文字。 The first character of a partial string that represents a numerical value. |
′S′ |
数値を表す部分文字列の最後の1文字。 The last character of a partial string that represents a numerical value. |
′E′ |
数値を表す部分文字列の最初でも最後でもない1文字。 A character of a partial string that represents a numerical value, other than the first and last characters. |
′n′ |
演算子の′∗′または′/′。 An operator ′∗′ or ′/′. |
′O′ |
演算子の′+′または′-′。
なお′-′が演算子ではなく符号として用いられている場合は
は数値の一部と見なすのでここには含まれない。 An operater ′+′ or ′-′; if ′-′ is not used as an operater but is used as a sign, it is regarded as a part of a numerical value, and thus not included to this category. |
′o′ |
関数名「sin」「cos」の一部。 A part of function names “sin” or “cos”. |
′f′ |
′(′ | ′(′ |
′)′ | ′)′ |