HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/coauthor/node_modules/lib0/math.d.ts
/**
 * Common Math expressions.
 *
 * @module math
 */
export const floor: (x: number) => number;
export const ceil: (x: number) => number;
export const abs: (x: number) => number;
export const imul: (x: number, y: number) => number;
export const round: (x: number) => number;
export const log10: (x: number) => number;
export const log2: (x: number) => number;
export const log: (x: number) => number;
export const sqrt: (x: number) => number;
export function add(a: number, b: number): number;
export function min(a: number, b: number): number;
export function max(a: number, b: number): number;
export const isNaN: (number: unknown) => boolean;
export const pow: (x: number, y: number) => number;
export function exp10(exp: number): number;
export const sign: (x: number) => number;
export function isNegativeZero(n: number): boolean;
//# sourceMappingURL=math.d.ts.map