| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Fixed-Point Toolbox |
| Contents | Index |
| Learn more about Fixed-Point Toolbox |
realmin(a)
realmin(q)
realmin(a) is the smallest 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
![]() | realmax | reinterpretcast | ![]() |

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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |