/**
* Bessel first order function of zeroth order
* @see https://link.springer.com/article/10.1007/s40314-020-01238-z
* @see https://www.shadertoy.com/view/Wt3czM
* @param {number} x
* @return {number}
*/exportfunctionbessel_j0(x: number): number;
//# sourceMappingURL=bessel_j0.d.ts.map