R/pow.R

Defines functions pow

Documented in pow

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

pow <- function(x, a)
{
    return( x^a )
}
alexanderrobitzsch/sirt documentation built on March 18, 2024, 1:29 p.m.