Fractional part of floating-point number
Returns the fractional component for antialiasing alpha calculations. Always returns positive value in range [0.0, 1.0). x: Real number to extract fraction from Returns f: Fractional part (x - floor(x))
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x |