euler_problem_1: Project Euler Problem 1

Description Usage Arguments

View source: R/euler_problem_1.R

Description

This function takes two natural numbers and finds the sum of all of their multiples below a certain limit.

Usage

1
euler_problem_1(multiple1, multiple2, limit)

Arguments

multiple1

A natural number

multiple2

A natural number

limit

The upper limit for multiples of both natural numbers


alexclippinger/pastafish documentation built on Dec. 19, 2021, 12:32 a.m.