import RealModule
Coverage
Declarations
Interfaces
protocol AlgebraicField : SignedNumeric
A type modeling an algebraic field. Refines the SignedNumeric protocol, adding division.
SignedNumeric
protocol ElementaryFunctions : AdditiveArithmetic
A type that has elementary functions available.
protocol Real : AlgebraicField, RealFunctions, FloatingPoint
A type that models the real numbers.
protocol RealFunctions : ElementaryFunctions
enum Augmented
A namespace for “augmented arithmetic” operations for types conforming to Real.
Real
import ComplexModule
import Numerics
import _NumericsShims