i

From PenguinMod Wiki (Official)
I
Jump to navigation Jump to search

The i block is a reporter block in the Extra Mathematics extension that reports i, i.e a complex number with a real part of 0 and an imaginary part of 1.

Workaround

This block can be worked around by reporting such:

define i
return [{"real":0,"imaginary":1}]::custom cap

The i custom block would then be used whenever one wants to use i.

See also