Show TOC Start of Content Area

Background documentation Square Root  Locate the document in its SAP Library structure

Description

Returns the square root

Syntax

SQRT(n1)

·        n1: numeric value

Example

SQRT(9)                               ® 3

SQRT(NEGATE(9))         ® NULL

 

 

 

End of Content Area