sum_of_primes_below

sum_of_primes_below(threshold) -> 

Calculates the sum of all prime numbers below a given threshold.

Parameters:
NameDescription
thresholdThe maximum number (exclusive) up to which primes are summed.