|
Contents | Previous | Next | Subchapters |
| Syntax |
fullprec(x) |
| See Also | isfinite , isnan |
fullprec
is a logical matrix with the same dimensions as x.
The (i, j) element of the return value is true,
if x(i, j) is represented in full precision.
fullprec(2 * DOUBLE_MAX)
O-Matrix will reply
F
because DOUBLE_MAX is the largest double-precision value
that can be represented in full precision.