Showing 70 open source projects for "arithmetic"

View related business solutions
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 1
    CGAL

    CGAL

    The Computational Geometry Algorithms Library

    CGAL or the Computational Geometry Algorithms Library is a C++ library that gives you easy access to a myriad of efficient and reliable geometric algorithms. These algorithms are useful in a wide range of applications, including computer aided design, robotics, molecular biology, medical imaging, geographic information systems and more. CGAL features a great range of data structures and algorithms, including Voronoi diagrams, cell complexes and polyhedra, triangulations, arrangements of...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    IntervalArithmetic.jl

    IntervalArithmetic.jl

    Library for validated numerics using interval arithmetic

    IntervalArithmetic.jl is a Julia package for validated numerics in Julia. All calculations are carried out using interval arithmetic where quantities are treated as intervals. The final result is a rigorous enclosure of the true value. We are working towards having the IntervalArithmetic library be conformant with the IEEE 1788-2015 Standard for Interval Arithmetic. To do so, we have incorporated tests from the ITF1788 test suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Polynomials.jl

    Polynomials.jl

    Polynomial manipulations in Julia

    Basic arithmetic, integration, differentiation, evaluation, root finding, and fitting for univariate polynomials in Julia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ReverseDiff

    ReverseDiff

    Reverse Mode Automatic Differentiation for Julia

    ReverseDiff is a fast and compile-able tape-based reverse mode automatic differentiation (AD) that implements methods to take gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really). While performance can vary depending on the functions you evaluate, the algorithms implemented by ReverseDiff generally outperform non-AD algorithms in both speed and accuracy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
  • 5
    TimeZones.jl

    TimeZones.jl

    IANA time zone database access for the Julia programming language

    IANA time zone database access for the Julia programming language. TimeZones.jl extends the Date/DateTime support for Julia to include a new time zone-aware TimeType: ZonedDateTime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MultivariatePolynomials.jl

    MultivariatePolynomials.jl

    Multivariate polynomials interface

    MultivariatePolynomials.jl is an implementation-independent library for manipulating multivariate polynomials. It defines abstract types and an API for multivariate monomials, terms, and polynomials and gives default implementation for common operations on them using the API. On the one hand, This packages allows you to implement algorithms on multivariate polynomials that will be independant on the representation of the polynomial that will be chosen by the user. On the other hand, it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tulip.jl

    Tulip.jl

    Interior-point solver in pure Julia

    Tulip is an open-source interior-point solver for linear optimization, written in pure Julia. It implements the homogeneous primal-dual interior-point algorithm with multiple centrality corrections and therefore handles unbounded and infeasible problems. Tulip’s main feature is that its algorithmic framework is disentangled from linear algebra implementations. This allows to seamless integration of specialized routines for structured problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Reduce.jl

    Reduce.jl

    Symbolic parser for Julia language term rewriting using REDUCE algebra

    REDUCE is a portable general-purpose computer algebra system. It is a system for doing scalar, vector and matrix algebra by computer, which also supports arbitrary precision numerical approximation and interfaces to gnuplot to provide graphics. It can be used interactively for simple calculations (as illustrated in the screenshot below) but also provides a full programming language, with a syntax similar to other modern programming languages. REDUCE supports alternative user interfaces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Euler Math Toolbox

    Euler Math Toolbox

    Numerical and Symbolic Math Tool

    Euler is a powerful all-in-one numerical software and includes Maxima for seamless symbolic computations. Euler supports Latex for math display, Povray for photo-realistic 3D scenes, Python, Matplotlib and C for scripting, and contains a full programming language. Features include libraries for numerical algorithms, optimization, plotting in 2D and 3D, graphics export, a complete help system, tutorials and examples. Euler runs in Windows natively, or in Linux via Wine. It is completely free...
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 10
    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 of poems,...
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 11

    calc: C-style arbitrary precision system

    Calc: arbitrary precision C-like arithmetic & calculator

    Calc is arbitrary precision C-like arithmetic system that is a calculator, an algorithm prototyper and mathematical research tool. Calc comes with a rich set of builtin mathematical and programmatic functions.
    Downloads: 10 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
    IntervalRpnCalculator

    IntervalRpnCalculator

    An HP RPN calculator with interval output

    This terminal app runs on PCs or laptops running OSX or GNU/Linux. It attempts to mimic the functionality of an HP ReversePolishNotation [RPN] calculator with the added enhancement of interval output. So along with your answer, you get a good idea of its trustworthiness. This app uses GAOL, a C++ library to perform arithmetic with floating-point intervals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mhcfs2

    mhcfs2

    engineering programmable calculator

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

    IntervalRootFinding.jl

    Find all roots of a function in a guaranteed way with Julia

    This package provides guaranteed methods for finding roots of functions, i.e. solutions to the equation f(x) == 0 for a function f. To do so, it uses methods from interval analysis, using interval arithmetic from the IntervalArithmetic.jl package by the same authors. The basic function is roots. A standard Julia function and an interval is provided and the roots function return a list of intervals containing all roots of the function located in the starting interval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    bcal

    bcal

    Byte CALculator for storage conversions and calculations

    bcal (Byte CALculator) is a command-line utility for storage conversions and calculations. Storage, hardware and firmware developers work with numerical calculations regularly e.g., storage unit conversions, address calculations etc. If you are one and can't calculate the hex address offset for (512 - 16) MiB immediately, or the value when the 43rd bit of a 64-bit address is set, bcal is for you. Though it started with storage, the scope of bcal isn't limited to the storage domain. Feel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Baacalc

    Baacalc

    A Simple calculator made with go.

    A Simple calculator made with go that can do basic Arithmetic like Addition, Subraction, Multiplication and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CalcPro
    CalcPro with Function Plotter and ExpressionSolver arithmetic operations trigonometric operations calculations with hexadecimal numbers sum and mean calculator of number separated by | functions plotter (by assigning a value to x) astronomical functions statistic functions photography functions (ev calculator, lux calculator) datetime diff functions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Estimate

    Estimate

    Web based Cost Estimation, Material Takeoff and Reconciliation Tool

    "Estimate" is an Open Source web based Construction Cost Estimating Software designed for medium and large Civil Construction and EPC (Engineering Procurement and Construction) companies. Features include Management of Schedule of Rates, Analysis of Rates, Project Estimation (Definitive and Control), Tender Evaluation, Cost Sheet preparation, BOQ Generation, Audit and Projection. Estimate is suitable for a wide variety of trades and businesses, including but not limited to:...
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 20
    elcalc

    elcalc

    Simple, Cross-Platform Calculator Made

    Elcalc is a simple, cross-platform calculator, built with Electron. It is fast, intuitive and can be used as an alternative for the default system calculator. It supports basic arithmetic operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MACE Algebraic Calculator

    MACE Algebraic Calculator

    MACE is a Mathematical program for Algorithms, Calculations, Equations

    MACE is a Mathematical program for Algorithms, Calculations and Equations. It is designed to be as easy to run as a hand-held calculator. The goal is a neat tool covering all fields of mathematics at advanced highschool and university level. MACE has 230 logical operations, statistical distributions and functions in the fields Analysis, Arithmetic, Complex Functions, Linear Algebra, Differential Calculus, Statistics and Signal Processing. MACE provides a dialog, which supports you to insert...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    BigDecimal

    Arithmetic and calculus with decimal numbers of arbitrary precision.

    BigDecimal is a C # library that uses System.Numerics.BigInteger in its implementation, adding only a decimal place quantizer. In BigDecimal all the arithmetic operations are implemented, including, logarithms, systems resolution of linear equations, trigonometric functions, polynomial regression, hyperbolic functions, the notorious gamma function (factorial for non-integer real numbers) and more that will be implemented still. My intention is, at a minimum, to implement all the mathematical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OrangeCalculator

    Orange Calculator Lite is a Simple Java Calculator!

    Orange Calculator Lite Application is an application that was written in Java, this is a application that performs arithmetic operations on numbers. This simple application can do addition, subtraction, multiplication, division, percentage, square root, negative numbers had a a nice friendly look & feel and touch typewriter sound that can be enabled & disabled!
    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. Setting the Scale allows for more decimals to be displayed. Also, about 65 Statistical Calculations can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pyramid Calc

    Pyramid Calc

    Simple calculator

    Simple and fast in use scientific calculator. More details in README. It's not that long.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next