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 Aug. 11, 2023, 5:07 p.m.