Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Math » SquareRoot

SquareRoot


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avl

Computes the square root of a number.

Syntax

void avl::SquareRoot
(
	const float inA,
	float& outRoot
)

Parameters

Name Type Range Default Description
Input value inA const float 0.0 - 0.0f
Output value outRoot float&