Floating point
- ceil — 切り上げ
- clean — 行列を消去 (小さなエントリをゼロに丸める)
- double — converts inttype integers or booleans into decimal encoding
- fix — 0方向への丸め
- floor — 下方向への丸め
- format — set the default output format of decimal numbers
- ieee — 浮動小数点例外モードを設定
- int — ゼロ方向への丸め
- isinf — tests for infinite elements
- isnan — "Not a Number" エントリを調べる
- nearfloat — 前のまたは次の浮動小数点数を取得
- nextpow2 — 指定値を超える2の累乗の最小値
- number_properties — 浮動小数点数パラメータを定義する
- round — 最も近い整数に丸める
- signed zero -0 — Processing of -0 versus 0
Report an issue | ||
<< Exponential | Elementary Functions | Integer representation >> |