Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.special »

Fonction itairy - module scipy.special

Signature de la fonction itairy

Description

itairy.__doc__

itairy(x[, out1, out2, out3, out4], / [, out=(None, None, None, None)], *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

itairy(x)

Integrals of Airy functions

Calculates the integrals of Airy functions from 0 to `x`.

Parameters
----------

x: array_like
    Upper limit of integration (float).

Returns
-------
Apt
    Integral of Ai(t) from 0 to x.
Bpt
    Integral of Bi(t) from 0 to x.
Ant
    Integral of Ai(-t) from 0 to x.
Bnt
    Integral of Bi(-t) from 0 to x.

Notes
-----

Wrapper for a Fortran routine created by Shanjie Zhang and Jianming
Jin [1]_.

References
----------

.. [1] Zhang, Shanjie and Jin, Jianming. "Computation of Special
       Functions", John Wiley and Sons, 1996.
       https://people.sc.fsu.edu/~jburkardt/f_src/special_functions/special_functions.html