gauss

Symbolic Math Library (by Marcos30004347)

Gauss Alternatives

Similar projects and alternatives to gauss

  • CPython

    1,320 gauss VS CPython

    The Python programming language

  • gmp-wasm

    Fork of the GNU Multiple Precision Arithmetic Library (GMP), suitable for compilation into WebAssembly.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tomsfastmath

    TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gauss alternative or higher similarity.

gauss reviews and mentions

Posts with mentions or reviews of gauss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-13.
  • How are infinitely large numbers represented and used like Python’s int class and Haskell’s Integer type?
    4 projects | /r/ProgrammingLanguages | 13 Jun 2022
    You can find the python implementation for big integers at "https://github.com/python/cpython/blob/main/Objects/longobject.c". In resume, big integers are stored as linear arrays of 32 bits integers on the heap, the number is stored base 230, I dont remember exactly why they let 2 bits out, but I guess there is some edge cases when doing arithmetic that need those extra bits, this base makes it easier to speedup computations using bitwise operations and base 10 is really inefficient sinse we are working with binary computers. The algorithms in the python source are taken from "The Art of Computer Programming Volume 2" Book from Donald Knuth, I have also implemented some of those algorithms on my computer algebra system, so if you are having difficulty following the python source I recomend you give a look at "https://github.com/Marcos30004347/gauss/blob/main/gauss/Algebra/Int.hpp", there you will find some extra references as well.

Stats

Basic gauss repo stats
1
3
0.0
9 months ago

The primary programming language of gauss is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com