scm: calculating the smallest common multiple of two numbers

View source: R/functions.R

scmR Documentation

calculating the smallest common multiple of two numbers

Description

calculating the smallest common multiple of two numbers

Usage

scm(x, y)

Arguments

x

first number

y

second number #'

Value

numeric least common multiple

Examples

scm(3528, 3780)


schoolmath documentation built on Aug. 21, 2023, 5:08 p.m.