inweb-bootstrap/Examples/goldbach/Contents.w

10 lines
329 B
OpenEdge ABL
Raw Normal View History

Title: The Goldbach Conjecture
2019-02-04 22:26:45 +00:00
Author: Graham Nelson
2020-04-14 16:57:22 +00:00
Purpose: This example of using inweb is a simple program to test Goldbach's Conjecture, a classic problem in number theory.
2019-02-04 22:26:45 +00:00
Language: C
Licence: This is a free, open-source program published under the Artistic License 2.0.
Sections
Summing Primes
2019-02-04 22:26:45 +00:00
The Sieve of Eratosthenes