summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-14 04:13:45 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-14 04:13:45 +0100
commitc9208089c6074575342d529f494295c13269a1aa (patch)
treee87af3b94f573ab48989a265561dc6016d69812b /index.htm
parenta3cf8790cb4547288c9d395609738c4a1eb838a2 (diff)
downloadreduced_system_layer-c9208089c6074575342d529f494295c13269a1aa.zip
Rectangle anti-aliasing
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index ed5ff78..e06e63b 100644
--- a/index.htm
+++ b/index.htm
@@ -47,6 +47,7 @@
floor : Math.floor,
ceil : Math.ceil,
sqrt : Math.sqrt,
+ cbrt : Math.cbrt,
pow : Math.pow,
log : Math.log,
log2 : Math.log2,