Showing 1061 open source projects for "math"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Math Tool wants to be a tool to resolve mathematical expressions and draw their graphics. It consists in a gathering of libraries written in C to manage and resolve expressions with arbitrary-precision numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ikwed

    Ikwed

    Equation editor for Python

    ...Ikwed should support: - intuitive keyboard and drag&drop behaviour - user defined key shortcuts - user defined symbol libraries - nicely looking equations similiar to Latex - symbolic calculations - import and export for several math languages like Latex and MathMl - export for svg and png - integration with Veusz - integration with OpenOffice and Word
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Medical Data Segmentation Toolkit
    MDSTk is a collection of 2D/3D image processing tools aimed at medical images. It contains routines for volume data processing (3D filtering, segmentation, etc.) as well as fast low-level vector graphics library for surface and tetrahedral meshing. MDSTk has been forked by 3Dim Laboratory s.r.o. to provide better support and further push its development forward. Please check VPL (Voxel Processing Library) project available on Bitbucket (https://bitbucket.org/3dimlab/vpl).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId> ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    A C library for big numbers. bign.tar.gz is the set of library files. Expand it wherever you want. bnstart.html is a beginners guide. buserdoc.html is definition and complete instructions. Everything works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    charterix

    Web based Chart calculation Tool

    Calculate and create Charts Web based with real PHP Code and its Math Functions. Develope in Groups with detailed User Permissions or alone, for study purposes or just for fun. Score good Charterix Projects to bring them under the top ten. A Test-Run is available here: http://charterix.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MathTutoringOnline

    Math Tutoring for Middle and High School Students

    This site is dedicated to helping middle and high school students improve their understanding and skills in math thus enabling them to pass SAT exams and perform in math at the college level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OpenTrack

    Video and Image Analysis Extension for Firefox

    OpenTrack is Firefox extension which is a combination video tracking and analysis tool for use in physics and biomechanics. It has three components: OpenTrack2d, a video and image analysis suite, the JSvg Analysis Console that gives access to graphing, math and statistical tools, and the Report Editor, a simple editor that can import OT graphics and video results for web presentation.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    ...The name comes from Wall-E because I like Wall-E and I like AI. I want to make a true AI language. While I only make it like python now. Full codes written in C language. I am using mathomatic as my math-parse which is written in C language too. While I also wrote a math parser on my own, it does not work very well now. just use gcc and compile main.c, it is done.. Tested on Mac and Ubuntu. "gcc -g -o walley main.c -lm" That's all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FroZenLight connects simple line art and mathematics. The source of light can be positioned so that either symmetric reflection patterns or secret messages (Cryptography) are created. Example light patterns and math exercises for education are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    connobot

    An IRC Bot

    Connobot connobot is a bot for IRC that is relatively easy to modify. It currently supports only one channel, this will change in future releases. Upcoming features: calc command: basic math multiple channels remove a user from auth possibly trivia
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    terminalmath

    terminalmath

    A talking math practice game.

    terminalmath is a textmode math practice game for school-level children. Its main distinguishing feature is that it talks via the eSpeak text-to-speech engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Walley for javascript

    Walley for Javascript is the walley language written in javascript..

    Walley for Javascript is the Walley Language written in javascript.. There is also a C language version Walley Language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Math library for Delphi, FreePascal and Lazarus
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16

    Free Vector Math Library

    C math functions vectorized for x86_64

    The goal is to provide SSE (and eventually AVX) vectorized forms of C math functions. These function calls are the basis of floating point math, and currently prevent gcc from auto-vectorizing most numeric code. I want to fix that by providing vectorized versions. Presently, the library provides vectorized forms for double precision for about half of the standard C math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BigI

    BigI is a collection of Big Number libraries

    ...The 3 main libraries are BI (Big Integer), Dec (Big Decimal), and Fract (Big Fraction). These libraries are written in c++/cli and can handle a value of any amount of digits. All the basic math (+-*/%Pow and ModPow) as well as equivalence are handled internally in Assembly language. There is also a math library for handling the trig, log, hyperbolic functions and such. I am starting this project here in the hopes of getting some help. The bulk of the project is in managed c++, but would like to convert to native c++ and just have managed to work with other managed languages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    mialib

    a realtime graphics library

    mialib is a core library for game development and interactive graphics research, this has utility modules and defines a framework for developing graphical applications like games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    trjslib

    Turkish Language based Javascript Functions Library

    Basic Javascript functions, like simple math, ajax, style changing, links, pop-ups...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    JQuery MathView

    JQuery extension adding a math expression editor to any text box

    JQuery MathView is a JQuery extension allowing the user to decorate any text field with an inline mathematical expression editor. The editor generates TeX or PG (WebWork) code inside the decorated text box and show the result as the mathematical expression is built.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Pi Finder

    Finds Pi with math

    Calculates pi using a certain formula.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Kesgina

    Erotic application to improve math skills!

    - You have 5 seconds to calculate the sum of two integers less than 1000. (JUST TYPE THE SUM, DON'T PRESS ENTER) - If you don't solve it within 5 seconds, you get two other different integers to find the sum! - If you fail 10 consecutive times, you lose the game - If you find the correct answer within 5 seconds, you go to the next step. - You'll see more and more attractive and naked women as you step on - The numbers on the last levels are more complicated, and you just have 4...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Algorith

    Math Games Logic Algorithms

    This page is a space dedicated to publishing and sharing algorithms. It has four theme pages where you can find mathematical algorithms, games, software and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Numerical Systems Calculator

    Numerical Systems Calculator

    An arithmetic calculator for the most popular numerical systems.

    ...in the of numerical system form to factorization. So let's start doing the math in an instant with this application and save the rest of the time for more useful things of interest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Office Tools

    Office Tools

    Offiice Tools is a free, work in progress, open source office suite pr

    ...Many of the tools in this program are useful tools to help with your work in the office. For example it's "Calculator" tool will help with performing mathematical operations and finding the answer to your math problems. it's "Word Processor" will help you draw up a quick document. Office Tools is updated often and updating is as easy as clicking "Check For Updates".
    Downloads: 4 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB