ARTS built-in documentation server

Workspace Method RationalSubtract

Description

Subtracts a Rational value (out = in - value).

The result can either be stored in the same or another Rational.

Authors: Richard Larsson

Synopsis

RationalSubtract( out, in, value )

Variables

GOUTout(Rational)Output Rational.
GINin(Rational)Input Rational.
GINvalue(Rational)Subtrahend.