MODULO(A, P)

Purpose

Modulo function.

Class

Elemental function

Argument type and attributes

A
An INTENT(IN) INTEGER or REAL
P
An INTENT(IN) argument of the same type and kind type parameter as A.

Result type and attributes

Same as A.

Result value

Examples