Home
last modified time | relevance | path

Searched defs:besselj (Results 1 – 14 of 14) sorted by relevance

/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dbesselj.m38 function J = besselj(n, x) function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigfloat/
H A Dbigfloat_miscfunc.cc34 besselj (bigfloat & y, int n, const bigfloat & x) in besselj() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigfloat_int/
H A Dbigfloat_int_trans.cc385 besselj (bigfloat_int & y, int n, const bigfloat_int & x) in besselj() function
/dports/math/arb/arb-2.21.1/examples/
H A Dcomplex_plot.c271 besselj(acb_t res, const acb_t z, slong prec) in besselj() function
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dfunction_docs.py5780 besselj = r""" variable
H A D__init__.py377 besselj = mp.besselj variable
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dbigfloat_int.h1037 besselj (int n, const bigfloat_int & x) in besselj() function
H A Dbigfloat.h1834 besselj (int n, const bigfloat & x) in besselj() function
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Dbessel.py14 def besselj(ctx, n, z, derivative=0, **kwargs): function
/dports/math/py-Diofant/Diofant-0.13.0/diofant/functions/special/
H A Dbessel.py87 class besselj(BesselBase): class
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/
H A Dbessel.py99 class besselj(BesselBase): class
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Dlo-specfun.cc1359 ALL_BESSEL (besselj, cbesj) in ALL_BESSEL() argument
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DValueCalc.cpp1778 Value ValueCalc::besselj(Value v, Value x) in besselj() function in ValueCalc
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DNumber.cc5786 bool Number::besselj(const Number &o) { function in Number