View source: R/euler_problem_1.R
This function takes two natural numbers and finds the sum of all of their multiples below a certain limit.
1 | euler_problem_1(multiple1, multiple2, limit)
|
multiple1 |
A natural number |
multiple2 |
A natural number |
limit |
The upper limit for multiples of both natural numbers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.