| a | 割り算の分子。 The numerator of the quotient. |
| b | 割り算の分母。 The denominator of the quotient. |
| 条件 Condition |
戻り値/動作 Return value or behaviour of the function |
| \(|b|\leq 0\) | プログラムをエラー終了する。 The program finishes as an error. |
| \(|b|\)< ZERO_THRESHOLD ×\(|a|\) | プログラムをエラー終了する。 The program finishes as an error. |
| 上記以外の場合 The other cases |
\(a/b\) |
| 条件 Condition |
戻り値/動作 Return value or behaviour of the function |
| \(b=0\)
(関数doublecmp
を用いて判定) \(b=0\), judged by function doublecmp |
プログラムをエラー終了する。 The program finishes as an error. |
| 上記以外の場合 The other cases |
\(a/b\) |