sqandsqrt: Square Root Function

View source: R/sqandsqrt.R

sqandsqrtR Documentation

Square Root Function

Description

Takes a list of numbers and calculates both their square and square roots.

Usage

sqandsqrt(x)

Arguments

x

Value

a list of squares and their respective roots

Examples

x = 4, then s = 16, and sr = 4

savxsouth/MATH-4753 documentation built on Sept. 4, 2022, 8:17 a.m.