Nothing
test_that('lcm_check_1',
expect_equal(
LCM(2,3,4,5,6), 60
)
)
test_that('lcm_check_2',
expect_equal(
LCM(2,256,256,2048), 2048
)
)
test_that('gcd_check_1',
expect_equal(
GCD(2:6), 1
)
)
test_that('gcd_check_2',
expect_equal(
GCD(256,256,2048), 256
)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.