README.md

mathR

A basic math function library

remotes::install_github('PythonCoderUnicorn/mathR')

or

devtools::install_github("PythonCoderUnicorn/mathR")

load the library

library(mathR)

Add example

add(4,8)

# or 
x = 1:5
y = 11:16
add(x, y)


PythonCoderUnicorn/mathR documentation built on Dec. 2, 2022, 3:49 p.m.