Skip to content

Xspire: Public Functions

Read Stanton edited this page Feb 12, 2021 · 3 revisions

Public Functions

Special numbers

bernoulli(m)

  • Type: Function

  • Returns Bernoulli number (+) m (for m>0)

bernoulli_n(m)

  • Type: Function

  • Returns Bernoulli number (-) m (for m>0)

Other

syndiv(poly, div)

  • Description: Synthetic division of poly by div

  • Type: Function

  • Output: Returns a list of the coefficients with the last element the remainder

Clone this wiki locally