I can get rid of the error with `return (elements[...
# announcements
t
I can get rid of the error with
return (elements[0][0] as Float) * (elements[1][1] as Float) - (elements[0][1] as Float) * (elements[1][0] as Float)
but I feel like the casts are unnecessary