Numeric

class pyarts.arts.Numeric

IEEE 754 binary64 floating point number

Workspace methods that can generate Numeric

Workspace methods that require Numeric

Workspace variables of type Numeric

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.Numeric) -> None

Create default

  1. __init__(self: pyarts.arts.Numeric, arg0: float) -> None

Create from float

  1. __init__(self: pyarts.arts.Numeric, arg0: object) -> None

Try to cast from any python type

  1. __init__(self: pyarts.arts.Numeric, arg0: int) -> None

Create from int

  1. __init__(self: pyarts.arts.Numeric, val: pyarts.arts.Numeric) -> None

Copy instance

  1. __init__(self: pyarts.arts.Numeric, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

Methods

__init__(*args, **kwargs)

Overloaded function.

readxml(self, file)

Read Numeric from file

savexml(self, file[, type, clobber])

Saves Numeric to file

Attributes

value

Value of instance as float