calculator

A cross-platform calculator

Stars
0
Committers
2

Bot releases are hidden (Show)

calculator - v1.0.0 Latest Release

Published by Qharny about 2 months ago

Multi-Function Calculator App

Overview

This Flutter application is a comprehensive calculator that includes standard, scientific, programmer, and date calculation functionalities. It's designed to provide a wide range of calculation capabilities in a single, user-friendly app.

Features

Standard Calculator

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Percentage calculations
  • Clear and delete functions

Scientific Calculator

  • Trigonometric functions (sin, cos, tan)
  • Logarithmic functions (log, ln)
  • Exponential functions
  • Square root and power functions
  • Constants (π, e)
  • Degree/Radian mode toggle

Programmer Calculator

  • Base conversions (Hexadecimal, Decimal, Octal, Binary)
  • Bitwise operations (AND, OR, XOR, NOT)
  • Shift operations (Left Shift, Right Shift)
  • Support for hexadecimal input

Date Calculator

  • Calculate the difference between two dates
  • Add or subtract days from a given date
  • Find the day of the week for a specific date

Full Changelog: https://github.com/Qharny/calculator/commits/calculator