mySqrt: Compute square root of a number

Description Usage Arguments Value Author(s) Examples

View source: R/mySqrt.R

Description

mySqrt returns the square root of a number x

Usage

1
mySqrt(x)

Arguments

x

a postive number

Value

The square root of x. If x is less than zero then return #' the compelx square root of x See https://en.wikipedia.org/wiki/Square_root for more information on how this is all supposed to work.

Author(s)

Steve Pittard wsp@emory.edu

Examples

1
mySqrt(x=4)

steviep42/rootfind documentation built on April 23, 2020, 12:46 a.m.