µVision User's Guide

legacy

__sqrt

Summary
double __sqrt (
  double x);   /* value to calculate square root of */
Description

The __sqrt debugger function calculates the square root of x.

Return Value

The __sqrt function returns the positive square root of x.

Example
> __sqrt(3);