Scalar FunctionsMath FunctionssqrtCopy MarkdownReturns the square root of the numeric expression.Syntax sqrt(x) Parameters PropTypexnumeric Returns: real Examples Example 1 print sqrt(4) print_0 (real)2.0sinReturns the sine of the input angle in radians.tanReturns the tangent of the input angle in radians.