Implicit type conversion: Difference between revisions

Content added Content deleted
Line 1,502:
>>> (11.5+12j)/0.5 # Quasi-case, complex parts implicit cast from float to int.
(23+24j)
</syntaxhighlight>
 
=={{header|Racket}}==