UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 296 B
/** * 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} */ export function bessel_j0(x: number): number; //# sourceMappingURL=bessel_j0.d.ts.map