UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 219 B
/** * Same as C "sign" function, but in case of input value being 0, returns +1 * @param {number} v * @return {number} */ export function sign_not_zero(v: number): number; //# sourceMappingURL=sign_not_zero.d.ts.map