The OpenD Programming Language

Lagrange.asums

struct Lagrange(T, uint maxAdditionalFunctions = 0, X = T)
extern (D) @safe pure @nogc scope const @property ref
const(T)[maxAdditionalFunctions + 1]
asums
()
if (
isFloatingPoint!T &&
maxAdditionalFunctions < 16
)

Meta