NumberTheoreticPolynomialFunctions RΒΆ

special.spad line 232 [edit on github]

This package provides polynomials as functions on a ring.

bernoulliB: (NonNegativeInteger, R) -> R if R has Algebra Fraction Integer

bernoulliB(n, r) returns value of the nth Bernoulli polynomial at r.

cyclotomic: (NonNegativeInteger, R) -> R

cyclotomic(n, r) returns value of the nth cyclotomic polynomial at r.

eulerE: (NonNegativeInteger, R) -> R if R has Algebra Fraction Integer

eulerE(n, r) returns value of the nth Euler polynomial at r.