Indicators
Indicators
Vector Degree Conversion (todeg)

Vector Degree Conversion (todeg)

def todeg(real: NDArray[Shape["*", Float]]) -> NDArray[Shape["*"], Float]:
    """
    Vector Degree Conversion
    Inputs: real
    Options: 
    Outputs: degrees
    """
    pass

The Vector Degree Conversion indicator requires 1 input and 0 option parameters.

This indicator returns 1 outputs

Inputs

  • real - a numpy.array of numpy.float64

Options

No option

Outputs

  • degrees