factorials
There are 34 repositories under factorials topic.
asyncfinkd/factorial
Factorial With Javascript
arnab132/Check-Krishnamurthy-Number
Check If a number is Krishnamurthy Number using Python
niinpatel/extra-long-factorials
Factorials of large numbers (output is not limited to 53 bits which is default limit of javascript number storage)
propensive/metamorphose
Efficient permutation representations in Scala
jankupczyk/Proste-Programy-PY
Proste programy napisane w 🐍PYTHONIE🐍
li3097/College-Java-Classes
Two classes I took in college from Oct 2017-Mar 2018
1ethanhansen/Factorials
Just a bunch of bad factorial computing programs in a bunch of different languages
dadou-steven/python-pensee-computationnelle
Performance dans la programmation dynamique, Performance in dynamic programming
droptheplot/factorials
Ruby factorials as C extension.
SaurSum8/Big-Factorial
A Java program that uses multi-threading to compute large integer factorials.
Akaie/MathExtended
A library of various math functions created as a DLL
AlexsanderRST/Factorials
1 factorial you know and 7 you probably don't
CodingChallengesBooklet/FactorialFinder
The Factorial of a positive integer, n, is defined as the product of the sequence n, n-1, n-2, ...1 and the factorial of zero, 0, is defined as being 1. Solve this using both loops and recursion.
dktomar9456/Factorial_calculator
a simple website to calculate factorial of a number
graphita/mathematics
PHP Mathematics Library for easier calculation of Base Converts, Factorials, Permutation and Combination.
JASory/SIRP
SIRPs
LightWay152/Factorials
Factorials
MatthewErvinChasco/Math
A generic repository for mathematical functions.
MiseiYume/Factorial_Calculator
Factorial calculator with both iterative and recursive variants of mentioned operation.
sanketgupta07/go-practice
Go tryouts for learning
Shahidul-PHP/Class-03
CIT WEB DEV 2205 Class-03 Practice
123MwanjeMike/test-driven-development
A Test Driven Development(TDD) learning and practice repository working with factorials and fibonacci series
asim-altayb/Factorial
factorial method
ByeonghoonJeon/Factorial-Calculator
A Few lines of code for calculation of Factorial.
codeslacker1155/Factorial-Finder
The factorial of a positive integer n is defined as the product of the sequence , n-1, n-2, ...1 and the factorial of 0 is defined as being 1. Solve this using both loops and recursion.
colorlessenergy/factorials
a factorial with recursive
derektypist/project-euler-034
Find the sum of all numbers which are equal to the sum of the factorial of their digits. Note: As 1! = 1 and 2! = 2 are not sums, they are not included.
elisawarner/Fun
Calculate determinant, factorials, random dataset subsets
enaraemre/Small-factorials
FCTRL2 - Small factorials in Csharp
mamenjivar/MIPS_Projects
MIPS projects
MarioWork/Factorial
Simple demonstration of Factorial Algorithm in Javascript using Recursion
sdunbarne/StirlingsFormulaSequences
Rigorous mathematical proofs of Stirling's Formula