1.0.1 • Published 1 year ago

bintodec v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

bintodec

Converts Binary to Decimal

import { getDecimal } from "bintodec";

let numA = getDecimal("1010.11");
console.log(numA.success && numA.message);    //10.5

let numB = getDecimal("Number");
console.log(numB.success && numB.message);    //false
1.0.1

1 year ago

1.0.0

1 year ago