BASIC Mathematics Software

View 201 business solutions

Browse free open source BASIC Mathematics Software and projects below. Use the toggles on the left to filter open source BASIC Mathematics Software by OS, license, language, programming language, and project status.

  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    iMath
    Intelligent formulas: Numeric and symbolic calculations in LibreOffice and Openoffice Writer. The iMath extension to Libreoffice and OpenOffice enables numeric and symbolic calculations inside a Writer document. If your OS can install .deb packages, have a look at my PPA http://launchpad.net/~jrheinlaender/+archive/ppa
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 2
    Agena

    Agena

    Agena is an interpreted procedural programming language.

    Agena is an easy-to-learn procedural programming language designed for science, scripting, and many other applications. Binaries are available for Windows, Linux, Solaris, OS/2, Mac OS X, Raspberry Pi and DOS.
    Leader badge
    Downloads: 235 This Week
    Last Update:
    See Project
  • 3
    Criterial

    Criterial

    The package for statistical data analysis and applied mathematics

    Putting truth before show-off. Criterial is an add-in for desktop versions of LibreOffice Calc (and forks) for statistical data analysis. The project is built on the refined expertise and core concepts of the AtteStat and StatAnt projects. Completely free. No donations required. Comes with absolutely no warranty. Rating: Everyone (All ages). MEDICAL DISCLAIMER: This software is not certified for use in healthcare and should not be used for diagnostic or treatment purposes. NOTICE FOR EU RESIDENTS: This software is NOT compliant with EU regulations, including GDPR and the AI Act. It is not intended for use within the European Union. By downloading this software, you acknowledge that you do so at your own risk and waive any rights provided by EU consumer protection laws. NOTICE FOR RF RESIDENTS: This software is not included in the Unified Register of Russian Programs for Electronic Computers and Databases. Support may be limited in the RF region due to local regulatory constraints.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    FreeBasic Math library
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    A simple DOS program pack that can very smoothly take some engineering calculations. It's fully written in russian, but I working over it's english version.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    BASIC library for large-integer arithmetic, plus some number theory modules.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    OOoLatex is no more maintained. Please consider using TexMaths (http://roland65.free.fr/texmaths/) OOoLatex is a set marcos designed to provide latex support into OpenOffice. Complex equations can be inserted as images, the latex code is saved into the image attribute while simpler equations are expanded into symbol characters to be inserted as text.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Pc Calculator is a clever note and formula editor combined with an advanced and strong scientific calculator. Being an editor it is extremely user-friendly allowing all possible typing and other errors to be easily corrected and fast recalculated.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Aequalis

    Aequalis

    Converter of old measures

    Aequalis is a converter of old measures. This application currently runs only on linux. At the time available measures include: weight, length and capacity. It is for the moment only in Italian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Burris Numerical System

    Burris Numerical System

    A Numerical System controlled by algorithms.

    BNS - Burris Numerical System was written to store the last digit of a number in 3 dimensional space but store the rest of the number mathematically in the 4th dimension of space. The result is that no matter how long the number is you can write it down on a piece of paper and put it in your pocket. The software can be used to retrieve the number. This can be used to save computer files. The only limit with BNS is how much time the user has. The software nor the numerical system has no limits. The book on BNS is here https://www.createspace.com/4404221 The inventors websight is here: http://timetravelinstitute.biz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ESTADISTICA EN MICROCOMPUTADORES
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    FB Chart Designer

    Create multi-degree polynominals charts. Designed in FbEdit & WinAPI.

    This program allows to draw diagrams with chart library, that can be used with dialog applications, based on the RC files designers (such as FbEdit for example). This is the one of the fastest way to create window application with visual design methods, and implement into it an ellegant and flexible chart, that can be choosen from four different diagram kinds (if you edit code and use it in your projects). The source code chart library by Lothar Schirm is based on the consolidated solutions from FireFly Designer by Paul Squires. FB Chart Designer shows the complete example of connection those mentioned solutions to achieve thiny file and less code project. It makes more simply to analyze code and provides faster implementation of rebuilted chart library. Chart drawing method is based on "windows.bi" FreeBasic library (Windows API framework). For more info visit: https://freebasic.net/forum/viewtopic.php?f=8&t=27714
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FoxCalc

    FoxCalc

    A pseudo-graphical calculator for FreeDOS (or any other DOS)

    FoxCalc is a calculator with a text user interface (TUI), compiled for DOS. It supports a mouse, and uses the GMP library, therefore its results are highly accurate. FoxCalc is distributed as a zip FreeDOS package. That way, it can be easily installed using the FreeDOS package manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Hanoi in Basic

    The Famous Recursive Algorithm In Old-Fashioned BASIC

    This program is written in BWBasic, the version provided with DOSEMU, the DOS emulator. In this version of BASIC, you use GOSUB to call a procedure, and there are no local variables. So I used arrays to allocate memory for stacks, from where the "local variables" are taken. From this code you can learn how recursion and functions with dynamic local variables work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LaptopCalc
    LaptopCalc was made thinking in a way to use a calculator in a laptop without a numpack It uses keys like “J” to type “1”, “k” for “2” and so on. But is also great for all uses, try it and you will want to replace the default calc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Programas Análisis/Métodos Numericos
    Esta es una pequeña librería que contiene varios métodos de para encontrar raíces de una ecuación. Destinado principalmente para materias de análisis numérico o métodos numéricos. Contiene métodos como bisección, Newton Raphson, Aitken, Steffensen entre otros. Cabe aclarar que aun esta en desarrollo y esta lejos de ser perfecta...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    R/C Gear is a simple program designed for R/C enthusiasts to calculate gear ratios, rollout, and an estimated top speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Scale Assistant is an OpenOffice.org extension designed to give OOo Calc additional power that meet some needs of social sciences researcher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SimpleCalculator
    Der SimpleCalculator ist der einfache und simple Taschenrechner für den Alltag.Er kann neben den vier Grundrechenarten auch andere Rechenarten für Profis.Er zeichnet sich durch sein klassisches Layout aus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A statistics extension for Open Office with a feel of SPSS. Primarily meant for students of social sciences as well as other in a need of easy-to-use statistics software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Dieses Programm ermöglicht das Trainieren der Rechnung mit Spaltenvektoren. Rechenoperationen: Addition, Subtraktion, Multiplikation, Skalarprodukt, Kreuzprodukt. Der FreeBASIC-Quelltext ist im Download enthalten. Aktuelle Version: 1.2.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    [ Interestelar 1975 ]
    A Interactive Network VideoGame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An advanced natural display calculator for Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Maket is a instrument for building knowledge bases for economics domains. The project has moved to http://gitorious.org/maket
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB