Basic30 Language Reference
sqrt Function

Return the square root of x .

Function sqrt(x As Single) As Single

Requirements

  1. This function requires the link time library "libm.a".  It is a free download from the Microchip website.

Examples

Dim a,x as Single

x=sqrt(a)