# Math

- [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)
