special.spad line 221 [edit on github]
This package provides polynomials as functions on a ring.
bernoulliB(n, r)
returns value of the n
th Bernoulli polynomial at r
.
cyclotomic(n, r)
returns value of the n
th cyclotomic polynomial at r
.
eulerE(n, r)
returns value of the n
th Euler polynomial at r
.