How to calculate large factorial number in C ?

This page summarizes the projects mentioned and recommended in the original post on /r/cprogramming

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gmp-wasm

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

  • Because, depending on the architecture, your unsigned long might not be long enough to hold 19!. A 64-bit unsigned long would be sufficient, but a 32-bit would not be. You could try uint64_t instead (use #include ), or, if that isn't sufficient, use an arbitrary-precision library like GMP.

  • tiny-bignum-c

    Small portable multiple-precision unsigned integer arithmetic in C

  • Large? Factorials get very large very quickly. Do you need pointers to a bignum library? https://github.com/kokke/tiny-bignum-c

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Library for arithmetic operations on integers represented by arrays

    1 project | /r/C_Programming | 6 Oct 2021
  • Floats Are Weird

    1 project | news.ycombinator.com | 19 Feb 2024
  • Patriot Missile Floating point Software Problem lead to deaths 28 Americans

    2 projects | news.ycombinator.com | 3 Jan 2024
  • Decoding Why 0.6 + 0.3 = 0.8999999999999999 in JS and How to Solve?

    4 projects | dev.to | 16 Nov 2023
  • Front-End Dilemmas: Tackling Precision Problems in JavaScript with Decimal.js

    1 project | dev.to | 15 Sep 2023