README.md

sqrtnumbeR

The package “sqrtnumbeR” calculates the square of any given number.

Installation

You can install “sqrtnumbeR” from GitHub as follows:

# install.packages("devtools")
devtools::install_github("OliverZimmermann/sqrtnumbeR")

Example

Basic example for calculating the square of a number:

library(sqrtnumbeR)
sqrtnumbeR(3)
#> [1] 9

Getting help

If you have a bug or an idea GitHub.



OliverZimmermann/sqrtnumbeR documentation built on May 20, 2019, 7:24 a.m.