1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 08:54:34 +05:30

bytebeat-render.js: define math function exp

This commit is contained in:
Intel A80486DX2-66 2024-07-12 03:23:21 +03:00
parent c989b8d2d9
commit b00d0bc97e
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

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