mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
bytebeat-render.js: define inverse trigonometric functions
This commit is contained in:
@@ -42,6 +42,12 @@ const SELECTED_TYPE = TYPE_BYTEBEAT // feel free to change this
|
|||||||
// for bytebeat
|
// for bytebeat
|
||||||
const int = x => Math.floor(x)
|
const int = x => Math.floor(x)
|
||||||
const abs = Math.abs
|
const abs = Math.abs
|
||||||
|
const acos = Math.acos
|
||||||
|
const acosh = Math.acosh
|
||||||
|
const asin = Math.asin
|
||||||
|
const asinh = Math.asinh
|
||||||
|
const atan = Math.atan
|
||||||
|
const atanh = Math.atanh
|
||||||
const cbrt = Math.cbrt
|
const cbrt = Math.cbrt
|
||||||
const cos = Math.cos
|
const cos = Math.cos
|
||||||
const cosh = Math.cosh
|
const cosh = Math.cosh
|
||||||
|
Reference in New Issue
Block a user