Learn R Programming

schoolmath (version 0.4.2)

scm: calculating the smallest common multiple of two numbers

Description

calculating the smallest common multiple of two numbers

Usage

scm(x, y)

Value

numeric least common multiple

Arguments

x

first number

y

second number #'

Examples

Run this code
scm(3528, 3780)

Run the code above in your browser using DataLab