ARTS built-in documentation server
Workspace Method NumericDivide
Description
Divides a Numeric with a value (out = in / value). The result can either be stored in the same or another Numeric.
Authors: Jana Mendrok
Synopsis
NumericDivide( | out, in, value ) |
Variables
GOUT | out | (Numeric) | Output Numeric. |
GIN | in | (Numeric) | Input Numeric (numerator). |
GIN | value | (Numeric) | Denominator. |