I2R
- Parameters
-
i integer
- comment
-
Returns a real representation for integer i.
Lua: If i is not an integer or i is null, raises an error.
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
native I2R takes integer i returns real