Showing 94 open source projects for "math calculator"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    DeepSeek Math

    DeepSeek Math

    Pushing the Limits of Mathematical Reasoning in Open Language Models

    ...The goal is to push DeepSeek’s performance in domains that require rigorous symbolic steps, calculus, linear algebra, number theory, or multi-step derivations. The repo may also include modules that integrate external computational tools (e.g. a CAS / computer algebra system) or calculator assistance backends to enhance correctness. Because math reasoning is a high bar for LLMs, DeepSeek-Math aims to showcase their model’s ability not just in natural text but in precise formal reasoning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Elite Calculator

    Elite Calculator

    Elite Calculator - Accurate Math Solutions

    Elite Calculator Simplify your calculations with Elite Calculator, the ultimate tool for quick and accurate math solutions. Designed with a sleek interface and packed with features, it's your all-in-one math assistant. Key Features: 🔢 Standard Calculator: Perform basic arithmetic operations like addition, subtraction, multiplication, and division
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Money Math

    Money Math

    Smart financial calculator for savings, discounts and payments

    Looking for a simple yet powerful financial tool? Our calculator app helps you easily manage your money with four key features. You can calculate how much your savings will grow with interest — just enter your deposit, rate, and period. It’s perfect for planning your investments. The app also helps you understand discounts — input the original price and discount percentage, and see the final price instantly. Managing regular payments is simple: just enter the amount, frequency, and duration...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Engineering Calculator

    Engineering Calculator

    Engineering Calculator and Unit Converter

    Engineering Calculator is a lightweight, yet handy math expression evaluation and unit conversion utility that is always at your fingertips.
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5

    Math Expression Evaluator

    Evaluates simple mathematical expressions

    A simple Android app to evaluate mathematical expressions. It can handle variables. Somewhat more useful then a calculator but not sophisticated as mathcad or linux octave. Small app, does not take up much space. The following is an example of the type of input it takes: apple = 3, pear = 7 78 * (apple + pear) the output would be 780
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    eval: command line calculator

    Evaluate math expressions from command line or in interactive session.

    Small (156 kB) command line calculator. Evaluate an expression directly from command line with eval <expr> command Example: c:\> eval 2+3 5 or in an interactive session. In a session, results may be assigned to unlimited number of variables and used in later calculations. Example: > x := 6+7 13.0000 >y := x*2 26.0000 Large number of elementary, special, trigonometric, hyperbolic and probability distribution functions are available. Number of decimal digits is defined by...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. ATC Online Alpha: https://advantrigoncalc.sourceforge.io/atc/ More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by...
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 8
    Kalker

    Kalker

    scientific calculator math syntax user-defined functions kalker

    Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals Features Operators: +, -, *, /, !, % Groups: (), [], ⌈ceil⌉, ⌊floor⌋ Vectors: (x, y, z, ...) Matrices: [x, y, z; a, b, c; ...] Pre-defined functions and constants User-defined functions and variables Root finding using Newton's method (eg. x^2 = 64).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Small-projects-with-c

    A set of basic academic C programs for learning and practice.

    This repository contains a collection of basic and academic C programming projects developed for coursework at Islamic Azad University, Central Tehran Branch. The purpose is to help beginners understand core programming concepts such as conditionals, loops, arrays, recursion, and math functions. Each project is organized in its own folder, with readable code and clear logic. Ideal for students and educators looking for structured C examples. Contributions and feedback are welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    mhcfs2

    mhcfs2

    engineering programmable calculator

    MhcFS2 - engineering calculator. (v. 1.2 b141) (math expression calculator, scientific calculator, numerical, integral,integration, derivative, root, matrix, differencial, differentiation, equation, LSE,ODE )
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Photon

    Photon

    A graphing calculator that's both powerful and easy to use.

    Photon is a fully functional graphing calculator capable of numeric calculations as well as graphing functions, including parametric and polar graphs. In addition to regular graphing, Photon can plot integrals, first and second derivatives, tracing, animation, matrix math, and degree / radian mode. Photon can find roots, minimums and maximums, points of inflection, and it can fit several types of best fit lines and curves to data sets.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / ^ and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K with A, B, C, D complex I * I = -1 , J * J = -1 , K * K = -1, I * J = K, J * I = -K , J * K = I,K * J = -I, K * I = J, I * K = -J Transpose T takes I into -I, J into -J, K...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    IO91pm

    Command-line calculator for Maidenhead- (QTH-, QRA-) Locators.

    Keywords: Hamradio, Radio-amateurs, Maidenhead-, QTH-, (QRA-), Locator, Distance and Bearing Calculator, GNU/Linux command-line, LaTeX,- UTF-8-, ASCII-output, GPLv3; based on GM4ANB's book. "IO91pm is the Maidenhead-Locator for Maidenhead" ========================================= Background --------------- * For another little project, I wanted a QTH-Locator calculator for the UNIX (GNU/Linux, bash) command-line. * There are many, some very good, online QTH resources, but I wanted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CalcTech

    CalcTech

    CalcTech: Custom themes and advanced editing for seamless calculations

    CalcTech is the ultimate calculator app designed to blend powerful functionality with deep personalization. Tailored for students, professionals, and math enthusiasts, it goes far beyond basic arithmetic by offering an extensive suite of customizable features. The standout highlight of CalcTech is its advanced Theme Engine. Recognizing that a workspace should be as unique as the user, the app offers a vast array of aesthetic options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple Calculator

    Simple Calculator

    A calculator for quick simple calculations with a nice user interface

    ...You can also use this math calculator as a mortgage calculator. The app is a simple helper for fast calculations with many basic functions including multiplying, dividing, rooting, and powers. It also comes with a dark theme so that you can use this new technology to make your calculator look smoother and easier to use rather than using sharp colors provided in different calculators that can't help you concentrate on your complex calculations in this graphing calculator.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Financial- Math Calculator

    Financial- Math Calculator

    Financial- Math Calculator

    Financial-Math Calculator is a software which aims to assist you in conducting a variety of financial estimates and obtain results as accurate as possible for periods, rates, interest and payments. It features several functions, allowing you to learn the ‘Present Value’, ‘Future Value’ or the ‘Interest Payment’ for a specific investment, as well as the ‘Rate’, ‘Periods and ‘Payment’ amounts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JATE - Just Another Text Editor
    JATE is an enhanced notepad(maybe wordpad also) replacement. It includes all the features in notepad plus Math equation editor, Symbolic calculator, graph plotter, syntax highlighting, and etc. It is an upgrade from QuillEdit at https://sourceforge.net/projects/quilledit/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NOTE: Moved to https://github.com/vapier/pcalc Pcalc is a command line calculator handling HEX DEC OCT BIN. It can process a script, save variables to file, full math parser, parentheses, exponential, sin/cos, sqrt, date, inch/mm celsius/f, compound expressions ...
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    go-calc

    go-calc

    Cross-platform command-line calculator written in Go

    Cross-platform Command-line Calculator written in Go Syntax: go-calc [-h] [-r <round to N decimals>] -e <math expression> Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Linux 11 Professional

    Linux 11 Professional

    Linux 11 Professional 2021.4 - Rtos

    Build from debootstrap a Debian Distro including the latest Sid repository technology. This Linux Pro release has a professional appearance and is suitable for business- cq professional linux users. Using secure technology borrowed from Kali & Tor. Using Qt technology for a modern destkop environment. The attached FastLink archive provides a WeTransfer link to download up to 5Mib/sec. It takes about 7-10 min to download the iso. Fastlink is valid from : 24-04 and is active...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    Calculator

    Calculator

    A simple calculator I made in python in 10 minutes.

    This is my first useful program I've ever built.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Calcex Math Parser

    Mathematical expression parser and evaluator for .NET

    ...The project includes a simple calculator and decimal-binary converter to show the functions of Calcex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MathworldVR

    MathworldVR

    Math world in WebVR, powered by A-frame

    WebVR math platform made with A-Frame, Three.js, React, Redux. MathworldVR uses Redux for all the stuff around the app's state. It helps you write applications that behave consistently. On top of that, it provides a great developer experience, such as live code editing combined with a time-traveling debugger. For example, CalcButton component used as a backspace on the calculator is dispatching Redux action when user "clicks it" with VR hand-controller!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Quickcal Calculator

    Quickcal Calculator

    Fast & Easy to use Calculator for Debian / Ubuntu / Linux Mint / dCore

    Quickcal is a Fast and Easy to use Calculator, for performing Arithmetic and Statistical Calculations, at just the click of a button. It allows quick pasting of a large set of numbers, seperated with newlines or spaces or tabs and performs calculations based on the button pressed. As in other calculators, basic math can be performed too, with the +,-,*,/,%,^ operators, in between numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Time Calculator

    Time Calculator

    Calculator GUI+CLI, but for time intervals

    Does simple math of two time values in the format MM:DD:YY. This allows adding/subtracting one duration with another without having to do any extra math to convert to/from decimal.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB