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

GOUTout(Numeric)Output Numeric.
GINin(Numeric)Input Numeric (numerator).
GINvalue(Numeric)Denominator.