UNPKG

@honux/mathf

Version:

JavaScript library that provides constants and static methods for common mathematical functions

9 lines (8 loc) 208 B
declare class Mathf { static PI: number; static E: number; static TAU: number; static isOdd: (num: number) => boolean; static isEven: (num: number) => boolean; } export { Mathf };