UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 219 B
/** * Unnormalized mathematical sinc function * @see https://en.wikipedia.org/wiki/Sinc_function * @param {number} x * @return {number} */ export function sinc(x: number): number; //# sourceMappingURL=sinc.d.ts.map