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

GOUTout(Numeric)Output numeric.
GINin(Numeric)Input numeric.
GINvalue(Numeric)Scaling value.