Giter Club home page Giter Club logo

apa's Introduction

APA : C++ big integers and dynamic precision floating points.

https://mrdcvlsc.github.io/APA

License: MIT build gcc-gnu clang mingw32

A C++ library for big integers and dynamic precision floating points (big numbers), pure c/c++ implementation, no handwritten inline-assembly.

Version 0.4.8 Status : [WIP - Work In Progress]

This branch (version 0.4.8) is an ongoing rewrite of the whole library.

Visit branch version 0.3.9 for the latest previous working version.


Links


Environment Requirements

Byte Order little-endian
OS Windows, Linux
Architecture x86, x64, x86-64
Compilers clang, GCC

If your system does not have these requirements, it might produce wrong results (on other system this could still work, but the chances of the tests failing will be higher).


Description

This is a C++ Arbitrary Precision Arithmetic library. Used to compute big integers and real numbers/floating point numbers. If you need to compute numbers that is greater than the max value of long long int, int64_t or __int128_t this library can do it for you.


About

This repository started as a personal hobby project not intended to replace big number libraries like boost multiprecision and gmplib and is only for didactic purposes. Though performance is still a priority, meaning this library will... as much as possible, use the fastest and the most efficient algorithms and implementations THAT THE AUTHOR(s) KNOW OF.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.