DLiteScript

math.sqrt

Returns the square root of a number.

Examples

1
2
printf("%g\n", math.sqrt(16)) // 4
printf("%g\n", math.sqrt(25)) // 5