myf: Square function

View source: R/myf.R

myfR Documentation

Square function

Description

Takes a vector and returns a vector of squared components.

Usage

myf(x)

Arguments

x

Value

a vector of squared components.

Examples

x=1:30; myf(x)

robbyfrost/math4753 documentation built on May 4, 2022, 8:06 a.m.