1.0.2 • Published 4 months ago

@codinasion/binary-to-octal v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/binary-to-octal

Converts a binary number to an octal number.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/binary-to-octal

# or, if you're using npm
npm install @codinasion/binary-to-octal

# or, if you're using yarn
yarn add @codinasion/binary-to-octal

Usage

import { BinaryToOctal } from "@codinasion/binary-to-octal";

const binary = "10000000";

const octal = BinaryToOctal(binary);
console.log(octal);

// Output
// 200

Sponsors & Backers

Sponsors

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago