The OpenD Programming Language

mir.polynomial

Polynomial ref-counted structure.

Members

Functions

polynomial
Polynomial!F polynomial(RCArray!(const F) coefficients)

Polynomial callable ref-counted structure.

Structs

Polynomial
struct Polynomial(F)

Polynomial callable ref-counted structure.

Templates

poly
template poly(uint derivative = 0)

Evaluate polynomial.

Meta

Authors

Ilia Ki