Module functions

Module functions 

Source

Enums§

RecipComplexErrors
Errors that can occur during the computation of the reciprocal of a complex number.
RecipComplexInputErrors
Errors that can occur during the computation of the reciprocal of a complex number.
RecipRealErrors
Errors that can occur during the computation of the reciprocal of a real number.
RecipRealInputErrors
Errors that can occur during the computation of the reciprocal of a real number.
SqrtComplexErrors
Errors that can occur during the computation of the square root of a complex number.
SqrtComplexInputErrors
Errors that can occur during the computation of the square root of a complex number, before the computation of the square root.
SqrtRealErrors
Errors that can occur during the computation of the square root of a real number.
SqrtRealInputErrors
Errors that can occur during the computation of the square root of a real number, before the computation of the square root.

Traits§

Abs
This trait provides the interface for the function used to compute the absolute value of a number.
Reciprocal
A trait for computing the reciprocal of a number.
Sqrt
This trait provides the interface for the function used to compute the square root of a number.