[go: up one dir, main page]

Showing 608 open source projects for "scientific calculator"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Windows Calculator

    Windows Calculator

    A simple yet powerful calculator that ships with Windows

    Calculator is the open source version of the Microsoft Windows Calculator application. It is a modern Windows app written in C++ and C#, offering standard, scientific, and programmer modes, unit/currency conversion, date calculations, and history/memory operations. It ships preinstalled with Windows and is actively developed on GitHub. Standard Calculator functionality, which offers basic operations and evaluates commands immediately as they are entered. Scientific Calculator functionality...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    OpenCalc

    OpenCalc

    A simple and beautiful calculator for Android

    A simple and beautiful calculator for Android.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Calculator-Scripts

    Calculator-Scripts

    Just a few scripts for pocket calculators.

    Just a few applications for various pocket calculators.
    Downloads: 64 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    FairChem

    FairChem

    FAIR Chemistry's library of machine learning methods for chemistry

    FAIRChem is a unified library for machine learning in chemistry and materials, consolidating data, pretrained models, demos, and application code into a single, versioned toolkit. Version 2 modernizes the stack with a cleaner core package and breaking changes relative to V1, focusing on simpler installs and a stable API surface for production and research. The centerpiece models (e.g., UMA variants) plug directly into the ASE ecosystem via a FAIRChem calculator, so users can run relaxations...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    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. 📐 Scientific Mode: Access advanced functions for trigonometry, logarithms, and more. 🎨 Customizable Themes: Switch between light...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Differential Calculator

    Differential Calculator

    Terminal calculator with differential error estimates

    This is a terminal calculator with a remarkable twist. It uses symbolic differentiation to provide a numerically precise error estimate with each calculated answer. It mimics the functionality of an HewlettPackard ReversePolishNotation [RPN] calculator simply because I like RPN. But along with your answer, you get some measure of its trustworthiness. Runs on PCs or laptops running Windows or Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Global Calculator

    Global Calculator

    A global calculator with multi language support

    GlobalCalc is a cross-platform calculator app with built-in support for multiple languages, including English and Hindi, with plans to expand to more languages. Its intuitive design allows users to switch between languages easily, and even displays numbers in the corresponding numeral system (e.g., Devanagari for Hindi). With features such as basic arithmetic operations, scientific calculations, theme switching, and error-handling, GlobalCalc caters to both casual users and those with advanced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Boon: The Agile Referral Hiring Platform Icon
    Boon: The Agile Referral Hiring Platform

    Tap your entire community to hire better talent, faster

    Boon's agile referral platform expands your recruiting power 
through AI, automation, integrations, and gamification.
    Learn More
  • 10
    Precise Calculator
    Precise Calculator has arbitrary precision and can calculate with complex numbers, fractions, vectors and matrices. Has more than 150 mathematical functions and statistical functions and is programmable (if, goto, print, return, for).
    Leader badge">
    Downloads: 69 This Week
    Last Update:
    See Project
  • 11
    Bolt Hole Calculator

    Bolt Hole Calculator

    Calculate the coordinates of equally spaced circles for a given radius

    Calculates the coordinates of circles at equal intervals on a given radius. Circle radius, number of circles, starting degree and hole diameters are simulated instantly according to the desired value.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Calculator

    Java Calculator

    Supports PEDMAS order of computation and Reverse Polish Notation Gener

    Generates the Reverse Polish Notation (Postfix) expression form of an arithmetic expression in (Infix) form. Performs the computation of the arithmetic expression if Integers or Floating point numbers are used in the expression. Supports PEDMAS order of computation, thus, all the operators of Exponentiation, Division, Multiplication, Addition and Subtraction, as well as using Parentheses for grouping and prioritization is all handled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    This is a command line C++ code which compiles and links using gnu g++. It has scientific notation, scientific functions, complex integration including path integrals, and loops with tests. User defined functions are strings. A variable may simultaneously represent a scalar, an array, and a string. Arrays up to ten dimensions are allowed. Householder reduction is used for determinants, eigenvectors, and QR matrix factorization. Class Matrix and class Polynomial facilitate finding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 7 This Week
    Last Update:
    See Project
  • 15
    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. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author...
    Leader badge">
    Downloads: 17 This Week
    Last Update:
    See Project
  • 16
    Euler Pole Calculator (EPC)

    Euler Pole Calculator (EPC)

    A Matlab software to estimate Euler pole parameters

    The EPC software calculates velocities for any points located on the earth’s surface given the Euler pole parameters and estimates the Euler pole parameters given the observed velocities of a set of sites located on a tectonic plate. Since version 2, the software is able to estimate or apply the Plate Translation Rates, as well. Please cite one of the following papers when you use the software: - Goudarzi, M A, Cocard, M, and Santerre, R. 2014."EPC: Matlab Software to Estimate Euler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java multiprecision calculator

    Java multiprecision calculator

    Multiprecision calculator

    Multipresicion calculator, based on Bigdecimal Java class . It has a library (BigMath) that makes calculations with Bigdecimal. It has also an expression parser to parse the user input. It allows you to store user defined variables and functions . You can operate with them to be used for calculations or for creating new functions with composition. With the new version, you can also calculate the derivative of a function. JDK-17 compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CRC RevEng

    CRC RevEng

    Arbitrary-precision CRC calculator and algorithm finder

    CRC RevEng is a portable, arbitrary-precision CRC calculator and algorithm finder. It calculates CRCs using any of the 113 preset algorithms, or a user-specified algorithm to any width. It calculates reversed CRCs to give the bit pattern that produces a desired forward CRC. CRC RevEng also reverse-engineers any CRC algorithm from sufficient correctly formatted message-CRC pairs and optional known parameters. It comprises powerful input interpretation options. Compliant with Ross Williams...
    Leader badge">
    Downloads: 114 This Week
    Last Update:
    See Project
  • 19
    WP 34s

    WP 34s

    Scientific/engineering firmware repurposing HP business calculators!

    This project has created scientific firmware for the HP-20b and HP-30b business calculators. WP 34S turns either of these calculators into a powerful keystroke programmable scientific device. According to our customers, it's the most powerful and fastest RPN scientific pocket calculator ever built. WP 34S is alive and stable since 2011. We have succeeded in satisfying the most picky users - read about their experiences on http://www.hpmuseum.org/forum/forum-8.html. Since 2014, WP 34S...
    Leader badge">
    Downloads: 37 This Week
    Last Update:
    See Project
  • 20
    AstCalc

    AstCalc

    WEB based numeric calculator

    AstCalc helps you perform scientific calculations with particular attention to astronomical purposes. With AstCalc, you may quickly evaluate some intricate calculus you eventually need for prompt use.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 21
    TRURL

    TRURL

    A suite of RPN calculators and a class library for Object Pascal

    TRURL is a suite of desktop calculators with reverse Polish notation (RPN) written in Object Pascal. Additionally, it comes with a free reusable class library (RPN Engine) as a toolbox for creating your own calculator. TRURL is an acronym for "TRURL is a Reusable Universal RPN Library". Class Libraries: • RPN Engine: Full-featured calculation engine for Pascal-based RPN calculators • Segmitator: Library for virtual seven-segment displays Applications: • TRURL A: Simple demo app...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 22

    ERmod

    Approximate solvation free energy calculator

    ERmod (Energy Representation Module) is a program to calculate the solvation free energy based on the energy representation method (J. Chem. Phys. 113, 6070 (2000)). The program allows users to calculate the solvation free energy to arbitrary solvents, including inhomogeneous systems, and can run in cooperation with state-of-art molecular simulation software, such as LAMMPS, GROMACS and/or AMBER.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    RPNCalc

    RPNCalc

    RPNCalc - The command line Reverse Polish Notation (RPN) Calculator

    RPNCalc is the command-line based Reverse Polish Notation (RPN) calculator. RPN calculators make it very simple to do complex calculations, especially if there are parentheses involved. I've created a User Guide (https://frossm.github.io/RPNCalc-UserGuide) to do a better job of explaining how to use RPNCalc than the old readme.md file, which was getting really long. If you have questions, issues, feedback, or ideas, please let me know. You can contact me via the links
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24

    sccalculator

    Scientific calculator and plotter on c++, java and javascript

    Scientific calculator is calculator which is realized on c++, java and javascript. In addition there is estimator of string expressions which can be useful for other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QSAS
    Analysis and display software targeted at space physics data. Installation instructions are at the bottom of the FILES directory. See documentation at https://qsas.sourceforge.io/QSAShelp/QSAS_help_index.html See also QSAS_Intro_June2018.pptx under FILES Contact: qsassupp@gmail.com E-Mail lists: qsas-users@lists.sourceforge.net qsas-discuss@lists.sourceforge.net
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next