| Functions and CALL Routines |
| Category: | Mathematical |
| Syntax | |
| Arguments | |
| Examples |
Syntax |
| SQRT(argument) |
| Examples |
| SAS Statements | Results |
|---|---|
x=sqrt(36); |
6 |
x=sqrt(25); |
5 |
x=sqrt(4.4); |
2.0976176963 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.