Home
last modified time | relevance | path

Searched defs:bessely (Results 1 – 8 of 8) sorted by relevance

/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dbessely.m38 function Y = bessely(n, x) function
/dports/math/arb/arb-2.21.1/examples/
H A Dcomplex_plot.c280 bessely(acb_t res, const acb_t z, slong prec) in bessely() function
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dfunction_docs.py5992 bessely = r""" variable
H A D__init__.py381 bessely = mp.bessely variable
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Dbessel.py117 def bessely(ctx, n, z, derivative=0, **kwargs): function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/functions/special/
H A Dbessel.py208 class bessely(BesselBase): class
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/
H A Dbessel.py262 class bessely(BesselBase): class
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DNumber.cc5872 bool Number::bessely(const Number &o) { function in Number