ARTS built-in documentation server
Workspace Method RationalInvScale
Description
Inversely scales/divides a Rational with a value (out = in/value). The result can either be stored in the same or another Rational. (in and out can be the same varible, but not out and value)
Authors: Richard Larsson
Synopsis
RationalInvScale( | out, in, value ) |
Variables
GOUT | out | (Rational) | Output Rational. |
GIN | in | (Rational) | Input Rational. |
GIN | value | (Rational) | Scaling Rational. |