R/Sqrt.R

Defines functions Sqrt

Documented in Sqrt

Sqrt <-
function(x) sqrt(x)

Try the funpca package in your browser

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

funpca documentation built on July 10, 2023, 2:03 a.m.