# Functions

- [Math](/functions/math.md)
- [Math()](/functions/math/math.md)
- [random(low,high)](/functions/math/random.md)
- [min(num1,num2)](/functions/math/min.md)
- [max(num1,num2)](/functions/math/max.md)
- [lcm(num1,num2)](/functions/math/lcm.md)
- [gcd(num1,num2)](/functions/math/gcd.md)
- [sum(num1,..)](/functions/math/sum.md)
- [average(num1,..)](/functions/math/average.md)
- [dist(x1,y1,x2,y2)](/functions/math/dist.md)
- [degtorad(angle)](/functions/math/degtorad.md)
- [radtodeg(angle)](/functions/math/radtodeg.md)
- [noise(x, y, z)](/functions/math/noise.md)
- [octaveNoise(x, y, z, octaves, persistence)](/functions/math/octavenoise.md)
- [Types](/functions/types.md)
- [typeof(value)](/functions/types/typeof.md)
- [symbol(name)](/functions/types/symbol.md)
- [Encoding](/functions/encoding.md)
- [encodeURIComponent(string)](/functions/encoding/encodeuricomponent.md)
- [decodeURIComponent(string)](/functions/encoding/decodeuricomponent.md)
- [btoa/atob(string)](/functions/encoding/btoa-atob.md)
- [function()](/functions/function.md)
- [formatFileSize(bytes)](/functions/formatfilesize.md)
- [getGamepads()](/functions/getgamepads.md)
- [import(path)](/functions/import.md)
- [ouidNew()](/functions/ouidnew.md)
- [parseFilePath(path)](/functions/parsefilepath.md)
