NumericDivide
- Workspace.NumericDivide(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, input: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, value: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Divides a Numeric with a value (output = input / value).
The result can either be stored in the same or another Numeric.
Author(s): Jana Mendrok