Nothing
test_that("Test suite aas.R",{
a <- matrix(as.quaternion(matrix(1:24,nrow=4)),2,3)
expect_true(all(round(a*1.001) == a))
expect_true(all(round(a*0.999) == a))
a <- matrix(as.octonion(matrix(1:48,nrow=8)),2,3)
expect_true(all(round(a*1.001) == a))
expect_true(all(round(a*0.999) == a))
})
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.