Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#intreal

##Syntax intreal ( i : int ) : real

##Description The intreal function is used to convert an integer to a real number. This function is rarely used, because in Turing, an integer value can be used where ever a real value is required. When the integer value is used where a real value is required, the intreal function is implicitly called to do the conversion from int to real.

##See also floor.html, ceil.html and round.html functions.

Clone this wiki locally