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