Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 195 Bytes

File metadata and controls

3 lines (3 loc) · 195 Bytes

first10000primes

observing recursion funcion in js calculating first 10000 primes ok. I discovered, that the code calculates only first ca. 2000 primes, becouse after that "too much recursion"