Applied Filters: (Reset All Filters)
Type: Sample ( Reset Filter)
| Date | Title | Type | ||
|---|---|---|---|---|
| 11/27/07 |
26169 - Use SAS to return the value of pi Use the function CONSTANT to return the value of pi and other mathematical constants. http://support.sas.com/kb/26/169.html, 17KB |
Sample | ||
| 11/1/07 |
26172 - Compute the factorial of a number Use the FACT function to compute the factorial of the supplied integer. http://support.sas.com/kb/26/172.html, 17KB |
Sample | ||
| 5/27/06 |
24674 - Determining odd versus even using the MOD function Output only even number observations. http://support.sas.com/kb/24/674.html, 17KB |
Sample | ||
| 1/5/06 |
24650 - Generate all permutations of several variables Use the FACT function to determine the number of permutations possible, then generate all permutations of said variables with CALL ALLPERM. http://support.sas.com/kb/24/650.html, 18KB |
Sample | ||
| 12/23/05 |
25236 - Find the least common multiple of two numbers Determine the least common multiple (LCM) of X and Y. http://support.sas.com/kb/25/236.html, 17KB |
Sample | ||
| 12/23/05 |
24728 - Round a numeric variable to 3 significant digits Use the ABS, LOG10 and INT functions to determine the appropriate power to use in the ROUND function in order to round a numeric to 3 significant digits. http://support.sas.com/kb/24/728.html, 17KB |
Sample | ||
| 12/16/05 |
24618 - Determine the nth root of a positive or negative variable Use macro logic to determine the nth root of a value even if the value is negative. http://support.sas.com/kb/24/618.html, 19KB |
Sample | ||
| 12/16/05 |
24617 - Determine the log of a variable in any base Compute the log of a variable in any base using the LOG function and the property: logB(X)=log(X) log10(B) http://support.sas.com/kb/24/617.html, 17KB |
Sample | ||