celeries.mmr#

Functions

continuous_angle(theta[, center])

Ensure continuity of a series of values of an angle.

newton(f, x0, jac[, max_iter, xtol, ftol, ...])

Root-finding using a simple Newton method.

Classes

MMR(m0, m, k, degree[, G])

Model of mean-motion resonances and resonant chains in the planar case.

NewtonResult(x, success, niter, message)

Result of a root-finding using newton().