1.0.1 • Published 2 years ago

react-native-mathematics v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is this?

Basic Arithmetic Operations

Installation

"npm install react-native-mathematics"

Use:

...

import {add} from 'react-native-mathematics'

const num = add(5,4)

print (num)

...

Parameter

This package has 4 basic arithmetic operations functions (add, sub, mul, div),

each accepts 2 parameter and they returns the result.

1.0.1

2 years ago

1.0.0

2 years ago