R/pow.R

Defines functions pow

Documented in pow

## File Name: pow.R
## File Version: 0.05

pow <- function(x, a)
{
    return( x^a )
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.