CONAN.utils.esolve
==================

.. py:function:: CONAN.utils.esolve(M, ecc)

   Solve Kepler's equation M = E - ecc.sin(E), returning the eccentric anomaly.
   Algorithm is from Markley 1995, CeMDA, 63, 101 via pyAstronomy class keplerOrbit.py
   function taken 'from pycheops.funcs import esolve'

