Skip to content

realmin

Smallest positive normalized floating-point number.

y = realmin
y = realmin(X)

Returns the smallest positive normalized double-precision value (≈ 2.2251e-308). With argument X of a different floating-point type, returns the corresponding value for that type.

realmin % 2.2251e-308
  • realmax — Largest positive finite floating-point number.
  • eps — Floating-point relative accuracy (machine epsilon).