Files
hakorune/debug_simple_math.hako

6 lines
130 B
Plaintext

// Test with MathBox
print("Testing MathBox:")
local m = new MathBox()
local result = m.sqrt(16)
print("sqrt(16) =")
print(result)