PHP 7.4.33
Preview: math.js Size: 492 B
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/d3-shape/src/math.js
export const abs = Math.abs;
export const atan2 = Math.atan2;
export const cos = Math.cos;
export const max = Math.max;
export const min = Math.min;
export const sin = Math.sin;
export const sqrt = Math.sqrt;

export const epsilon = 1e-12;
export const pi = Math.PI;
export const halfPi = pi / 2;
export const tau = 2 * pi;

export function acos(x) {
  return x > 1 ? 0 : x < -1 ? pi : Math.acos(x);
}

export function asin(x) {
  return x >= 1 ? halfPi : x <= -1 ? -halfPi : Math.asin(x);
}

Directory Contents

Dirs: 4 × Files: 19
Name Size Perms Modified Actions
curve DIR
- drwxr-xr-x 2025-07-10 12:54:56
Edit Download
offset DIR
- drwxr-xr-x 2025-07-10 12:54:56
Edit Download
order DIR
- drwxr-xr-x 2025-07-10 12:54:56
Edit Download
symbol DIR
- drwxr-xr-x 2025-07-10 12:54:56
Edit Download
8.64 KB lrw-r--r-- 2025-07-10 12:54:55
Edit Download
3.14 KB lrw-r--r-- 2025-07-10 12:54:55
Edit Download
944 B lrw-r--r-- 2025-07-10 12:54:55
Edit Download
242 B lrw-r--r-- 2025-07-10 12:54:55
Edit Download
81 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
86 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
43 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
3.28 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
1.69 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
402 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
1.79 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
492 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
29 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
393 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
2.34 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
81 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
101 B lrw-r--r-- 2025-07-10 12:54:56
Edit Download
1.39 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
1.80 KB lrw-r--r-- 2025-07-10 12:54:56
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).