1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

bytebeat-render.js: define math function exp

This commit is contained in:
2024-07-12 03:23:21 +03:00
parent c989b8d2d9
commit b00d0bc97e

View File

@@ -53,6 +53,7 @@ var atanh = Math.atanh
var cbrt = Math.cbrt
var cos = Math.cos
var cosh = Math.cosh
var exp = Math.exp
var floor = Math.floor
var log = Math.log
var log2 = Math.log2