Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 240 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 240 Bytes

Computation

A program for calculating the number of possible partitions of a number into the sum of numbers not exceeding it. To speed up the program used multithreading mechanisms OS Linux. For calculation used Leonhard Euler's formula.