SQRT()
This is a simple function which is used to convert find a square root of a number
Syntax:
= SQRT (Number)
Number_text: Number for which the square root is to be returned
Example:
- = SQRT (4) - result willl be - 2
- = SQRT (49) - result willl be - 7
- = SQRT (11) - result willl be - 121
0 comments:
Post a Comment