Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bsumlin committed Jul 23, 2017
1 parent 9fd5935 commit bdb31bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ You can install PyMieScatt from `PyPI <https://pypi.python.org/pypi/PyMieScatt>`
.. py:Function:: Mie_ab(m,x)
Returns external field coefficients :math:`a_n` and :math:`b_n` based on inputs of *m* and :math:`x=\pi d/\lambda`. Typically not available as a top level call but can be specifically imported via ::

$ from PyMieScatt import Mie_ab

.. py:Function:: Mie_cd(m,x)
Returns internal field coefficients :math:`c_n` and :math:`d_n` based on inputs of *m* and :math:`x=\pi d/\lambda`. Typically not available as a top level call but can be specifically imported via ::

$ from PyMieScatt import Mie_cd

.. py:Function:: RayleighMieQ(m, wavelength, diameter[, asDict=False])
Expand Down

0 comments on commit bdb31bc

Please sign in to comment.