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