Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 283 Bytes

divide.md

File metadata and controls

13 lines (9 loc) · 283 Bytes

Home

DIVIDE

The "divide" function get a numerator and denominator argument add make a division with those two numbers.


Example:

import { divide } from '@kenla/functional';

console.log(divide(50,100))       // 0.5