packages feed

typst-0.1.0.0: test/typ/compute/calc-16.typ

// Test the `calc` function.
#test(calc.pow(10, 0), 1)
#test(calc.pow(2, 4), 16)