ARTS built-in documentation server

Workspace Method RationalAdd

Description

Adds a Rational and a value (out = in + value).

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

Authors: Richard Larsson

Synopsis

RationalAdd( out, in, value )

Variables

GOUTout(Rational)Output Rational.
GINin(Rational)Input Rational.
GINvalue(Rational)Value to add.