Clicky

Fortran Wiki
tiny

Description

tiny(x) returns the smallest positive (non zero) number in the model of the type of x.

Standard

Fortran 95 and later

Class

Inquiry function

Syntax

result = tiny(x)

Arguments

  • x - Shall be of type real.

Return value

The return value is of the same type and kind as x

Example

See huge for an example.

category: intrinsics