subtract Module Procedure

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

Require consistent operand units

Arguments

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

Return Value type(units)


Called by

proc~~subtract~~CalledByGraph proc~subtract subtract interface~subtract subtract interface~subtract->proc~subtract

Contents

None