Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 290 Bytes

File metadata and controls

20 lines (16 loc) · 290 Bytes

Math::Sqrt

Math::Sqrt(x): float

Calculates square root of x.

Table 1. Parameters

x

number

Input value

Return

Square root value.

println(Math::Sqrt(4.5)); // Will print "2.121320"