scm {schoolmath}R Documentation

calculating the smallest common multiple of two numbers

Description

This function calculates the smallest common multiple (least common multiple) of two numbers

Usage

scm(x, y)

Arguments

x first number
y second number

Author(s)

Joerg Schlarmann

See Also

gcd

Examples

scm(3528, 3780)

[Package schoolmath version 0.2 Index]