coefficient -package:synthesizer-core

The coefficient of a scientific number. Note that this number is not necessarily normalized, i.e. it could contain trailing zeros. Scientific numbers are automatically normalized when pretty printed or in toDecimalDigits. Use normalize to do manual normalization. WARNING: coefficient and base10exponent violate substantivity of Eq.
>>> let x = scientific 1 2

>>> let y = scientific 100 0

>>> x == y
True
but
>>> (coefficient x == coefficient y, base10Exponent x == base10Exponent y)
(False,False)
The constant values in the semiring.
coefficientsToLinear nodes coefficients creates an interpolation function for nodes, where the coefficients correspond to the basis functions constructed with Basis.linear nodes.
Same as for DcCoefficient, to provide nicer type signatures
Type only used to make clear what kind of integer we are carrying Might be transformed into newtype in the future
Use the cyclic-tri-diagonal solver with the appropriate parameters for a closed cubic spline.
Section 4.1.2-3 : Coefficients of the sigma0 function
Section 4.1.2-3 : Coefficients of the sigma1 function
Section 4.1.2-3 : Coefficients of the Sum0 function
Section 4.1.2-3 : Coefficients of the Sum1 function
The Hammer map projection coefficient.
Store information for cubic interpolation in a patch.