sqrt_3: Title

View source: R/sqrt_3.R

sqrt_3R Documentation

Title

Description

Title

Usage

sqrt_3(x)

Arguments

x

numeric number

Value

the square root of x

Examples

set.seed(2)
(y = lapply(runif(2,-10,10), sqrt_3))
y[[1]]$invalid_input

Hung-Ching-Chang/biost2094_hw2 documentation built on March 19, 2022, 2:29 a.m.