static func signGamma(_ x: Self) -> FloatingPointSign
s10RealModule0A0PAAE9signGammays17FloatingPointSignOxFZ
53FQX
import RealModule
protocol Real : AlgebraicField, RealFunctions, FloatingPoint
A type that models the real numbers.
@frozen enum FloatingPointSign
The sign of a floating-point value.
The sign of the gamma function, Γ(x).
static func _mulAdd(_ a: Self, _ b: Self, _ c: Self) -> Self
static func cosMinusOne(_ x: Self) -> Self
cos(x) - 1, computed in such a way as to maintain accuracy for small x.
static func exp10(_ x: Self) -> Self
static func sqrt(_ x: Self) -> Self
var reciprocal: Self? { get }
The (approximate) reciprocal (multiplicative inverse) of this number, if it is representable.