| Contents | Index |
realmin(a)
realmin(q)
realmin(a) is the smallest positive real-world value that can be represented in the data type of fi object a. Anything smaller underflows.
realmin(q) is the smallest positive normal quantized number where q is a quantizer object. Anything smaller than x underflows or is an IEEE "denormal" number.
q = quantizer('float',[6 3]);
x = realmin(q)
x =
0.2500
If q is a floating-point quantizer object,
where
is the minimum
exponent.
If q is a signed or unsigned fixed-point quantizer object,
where f is
the fraction length.
eps | exponentmax | exponentmin | fractionlength | intmax | intmin | lowerbound | lsb | range | realmax | upperbound

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |