Showing 57 open source projects for "arbitrary precision"

View related business solutions
  • Revolutionize Employee Time Tracking with Touch-Free Biometric Technology Icon
    Revolutionize Employee Time Tracking with Touch-Free Biometric Technology

    Transform Any Tablet into a Sophisticated, Face Recognition Time Clock

    Simplify and modernize your time tracking with a touch-free solution. Say goodbye to costly, tiny screens and embrace quick, accurate, and secure time management.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1

    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: 0 This Week
    Last Update:
    See Project
  • 2
    phpseclib

    phpseclib

    PHP secure communications library

    phpseclib is designed to be ultra-portable. The 3.0 version works on PHP 5.6+ and doesn't require any extensions. For purposes of speed, OpenSSL, GMP, libsodium or mcrypt are used, if they're available, but they are not required. phpseclib is designed to be fully interoperable with standardized cryptography libraries and protocols. MIT-licensed pure-PHP implementations of SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    QuadGK.jl

    QuadGK.jl

    adaptive 1d numerical Gauss–Kronrod integration in Julia

    This package provides support for one-dimensional numerical integration in Julia using adaptive Gauss-Kronrod quadrature. The code was originally part of Base Julia. It supports the integration of arbitrary numeric types, including arbitrary-precision (BigFloat), and even the integration of arbitrary normed vector spaces. The package provides three basic functions: quadgk, gauss, and kronrod. quadgk performs the integration, gauss computes Gaussian quadrature points and weights for integrating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    decimal

    decimal

    Arbitrary-precision fixed-point decimal numbers in go

    Arbitrary-precision fixed-point decimal numbers in go. Note: Decimal library can "only" represent numbers with a maximum of 2^31 digits after the decimal point. The zero-value is 0, and is safe to use without initialization. Addition, subtraction, and multiplication with no loss of precision. Division with specified precision. Database/sql serialization/deserialization. JSON and XML serialization/deserialization. big.Int's API is built to reduce the number of memory allocations for maximal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    Measurements.jl

    Measurements.jl

    Error propagation calculator and library for physical measurements

    Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration. Physical measures are typically reported with an error, a quantification of the uncertainty of the accuracy of the measurement. Whenever you perform mathematical operations involving these quantities you have also to propagate the uncertainty, so that the resulting number will also have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gojq

    gojq

    Pure Go implementation of jq

    ... to tell where to fix the query. gojq does not keep the order of object keys. I understand this might cause problems for some scripts but basically, we should not rely on the order of object keys. Due to this limitation, gojq does not have the keys_unsorted function and --sort-keys (-S) option. gojq supports arbitrary-precision integer calculation while jq does not; jq loses the precision of large integers when calculation is involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    bignumber.js

    bignumber.js

    A JavaScript library for arbitrary-precision decimal arithmetic

    bignumber.js is a JavaScript library for arbitrary-precision decimal and non-decimal arithmetic. Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal. Replicates the toExponential, toFixed, toPrecision and toString methods of JavaScript's Number type. Includes a toFraction and a correctly-rounded squareRoot method. Supports cryptographically secure pseudo-random number generation. Wide platform compatibility, uses JavaScript 1.5 (ECMAScript 3) features only...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PhysicalConstants.jl

    PhysicalConstants.jl

    Collection of fundamental physical constants with uncertainties

    PhysicalConstants.jl provides common physical constants. They are defined as instances of the new Constant type, which is a subtype of AbstractQuantity (from Unitful.jl package) and can also be turned into Measurement objects (from Measurements.jl package) at request. Constants are grouped into different submodules so that the user can choose different datasets as needed. Currently, 2014 and 2018 editions of CODATA recommended values of the fundamental physical constants are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    Maxima -- GPL CAS based on DOE-MACSYMA

    Maxima -- GPL CAS based on DOE-MACSYMA

    Computer Algebra System written in Common Lisp

    Maxima is a computer algebra system comparable to commercial systems like Mathematica and Maple. It emphasizes symbolic mathematical computation: algebra, trigonometry, calculus, and much more. For example, Maxima solves x^2-r*x-s^2-r*s=0 giving the symbolic results [x=r+s, x=-s]. Maxima can calculate with exact integers and fractions, native floating-point and high-precision big floats. Maxima has user-friendly front-ends, an on-line manual, plotting commands, and numerical libraries. Users...
    Leader badge
    Downloads: 2,919 This Week
    Last Update:
    See Project
  • 11
    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: 151 This Week
    Last Update:
    See Project
  • 12
    REDUCE

    REDUCE

    A Portable General-Purpose Computer Algebra System

    REDUCE is an interactive system for general algebraic computations of interest to mathematicians, scientists and engineers. It can be used interactively for simple calculations but also provides a flexible and expressive user programming language. The development of the REDUCE computer algebra system was started in the 1960s by Anthony C. Hearn. Since then, many scientists from all over the world have contributed to its development. REDUCE has a long and distinguished place in the history...
    Leader badge
    Downloads: 139 This Week
    Last Update:
    See Project
  • 13
    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: 73 This Week
    Last Update:
    See Project
  • 14
    64tass

    64tass

    An assembler for the legendary 6502 processor and it's derivatives

    64tass is cross assembler targeting the 65xx series of micro processors.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 15
    Fractalscope

    Fractalscope

    A cross-platform fractal explorer

    A tabbed document interface, cross-platform fractal explorer written in Qt. Emphasis is on ease of use and a fluid, non-blocking interface. Features include animated zooming and panning, arbitrary precision, and antialiasing. An introductory video is available to view here: https://www.youtube.com/watch?v=SXaqaun121E
    Downloads: 36 This Week
    Last Update:
    See Project
  • 16
    CalcTools

    CalcTools

    A library of tools for math calculation

    Java source intended to serve as a nexus for teaching both mathematics and software solutions for computation on iterative equations. Public interfaces allow a user to extend the available operator and function lists to external libraries. Currently the packaged libraries include the CERN Colt library and the Anaconda package of math libraries which include MpMath and SciPy. A user can easily extend the functionality by coding to the provided interfaces and dropping a JAR of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JOS

    JOS

    JOS is an N-body simulation system written in Java

    .... Current visualization is 2D only. Aparapi library is used for GPU computations. The CPU version (jos-cpu.jar) introduces an abstraction for numbers which allows you to choose which implementation to use: primitive type double, common BigDecimal or arbitrary precision ApFloat. If you need precise numbers try ApFloat. It should be faster than BigDecimal. You can save/load simulation properties using JSON format. You can also save/load the simulation run itself and play it later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    MLton

    MLton

    A whole-program optimizing compiler for Standard ML

    MLton is a whole-program optimizing compiler for Standard ML. MLton generates small executables with excellent runtime performance, utilizing untagged and unboxed native integers, reals, and words, unboxed native arrays, fast arbitrary-precision arithmetic based on GnuMP, and multiple code generation and garbage collection strategies. In addition, MLton provides a feature rich Standard ML programming environment, with full support for SML97 as given in The Definition of Standard ML (Revised...
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 19

    BigNumerics

    BigInteger, BigDecimal e BigFloat.

    All formats of giant numbers of arbitrary precision in a single package with all trigonometric, logarithmic, arithmetic, matrix functions, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    BC for Windows

    BC for Windows

    BC v1.05 (Basic Calculator) An arbitrary precision calculator language

    bc is a language to supports arbitrary precision numbers with interactive execution of statements. It starts by processing code from all the files listed on the command line in the order they are listed. After all files have been processed, bc starts reading from the standard input. All code is executed as it is read.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    C++ BigInt class

    C++ BigInt class

    C++ BigInt class enables to work with arbitrary precision integers

    C++ BigInt class that enables the user to work with arbitrary precision integers. Latest Version: 10.3 (2019-03-06)
    Downloads: 29 This Week
    Last Update:
    See Project
  • 23

    BigFloat

    BigFloat - Floating-point arithmetic for arbitrary precision numbers.

    This library of classes, for now, will only be understood by developers and programmers of the C ++ language. I'm still developing the algorithms, so I did not have time to develop a more user-friendly interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    FunctionalCalculator

    FunctionalCalculator

    A functional maths program calculating with functions

    FunctionalCalculator is a Mathematical program, which calculates with functions and which is designed to be functional in the sense of convenience and usability. It has a desktop and a mobile edition. FunctionalCalculator has 75 User-Functions and logical / comparison operators (70 in the case of the mobile edition). The User-Functions can have arguments given by matrices, infinitely differentiable functions, complex numbers or arbitrary precision integers. Among the User-Functions you find...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FractalNow

    FractalNow

    Fast, advanced, multi-platform fractal generator

    FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures. Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next