Metadata-Version: 1.0
Name: jBessel
Version: 0.1
Summary: Bessel functions of the first kind written in Cython
Home-page: https://github.com/daron1337/jBessel
Author: Simone Manini
Author-email: simone.manini@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/jBessel
Description: Bessel functions of the first kind, denoted as Ja(x), are solutions of Bessel's differential
        equation that are finite at the origin (x = 0) for integer a, and diverge as x approaches zero
        for negative non-integer a. The solution type (e.g.,integer or non-integer) and normalization of
        Ja(x) are defined by its properties below. It is possible to define the function by its Taylor
        series expansion around x = 0.
        
        Bessel functions for python are only supported by SciPy package.
        Windows users: please download and install Scipy package.
        
        INSTALLATION REQUIREMENTS
        
        Operating systems: Linux or MacOsX
        Cython (http://cython.org/#download)
        
        INSTALLATION HOW TO
        
        To install, run:
        python setup.py install
        Then simply start a Python session and do:
        from Bessel import jBessel
Platform: Linux/MacOsX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
