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:
parent
c989b8d2d9
commit
b00d0bc97e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user