lionep / node-c-float-divide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node C Float divide

Library that use the C Divide operation between two floats, to produce the same floating point error. Result is a string with 15 decimal places.

Usage :

import divide from 'c-float-divide';

console.log(divide(15, 3)); // 5.000000000000000

About


Languages

Language:JavaScript 64.0%Language:C++ 29.6%Language:Python 6.4%