Math functions
These functions helps you to perform complex math operations like square root, cube root, logarithm, etc. with great ease.
SRON provides 13 major math functions given below:
1. abs() :
OUTPUT:
2. cbrt() :
OUTPUT:
3. ceil() :
OUTPUT:
4. cos() :
OUTPUT:
5. floor() :
OUTPUT:
6. log() :
OUTPUT:
7. log2() :
OUTPUT:
8. log10() :
OUTPUT:
9. max() :
OUTPUT:
10. min() :
OUTPUT:
11. sin() :
OUTPUT:
12. sqrt() :
OUTPUT:
13. tan() :
OUTPUT:
Last updated