subtract Module Procedure

module procedure subtract impure elemental module function subtract(lhs, rhs) result(difference)

Require consistent operand units

Arguments

Type IntentOptional Attributes Name
class(units), intent(in) :: lhs
class(units), intent(in) :: rhs

Return Value type(units)


Calls

proc~~subtract~~CallsGraph proc~subtract subtract assert assert proc~subtract->assert