/Decimal-Binary_Converter

A high precision Decimal/Binary converter

Primary LanguagePascalMIT LicenseMIT

About

A high precision Decimal/Binary converter written in Pascal language

Features

  • User - friendly interface
  • Unlimited input, quick calculation and high precision
  • Highlight the repeating part for special cases when converting to binary
  • Automatically remove leading zeros from input (Eg: 0001.100 → 1.1)

Compatibility

OS Status
Windows 11 Working
Windows 10 Working
Windows 7 Not tested yet

Usage

Normal user

You can download latest version here

Developer

git clone https://github.com/NguyenASang/Decimal-Binary_Converter.git
  • Run FPC and open the cloned .pas file.