Menu

#28 some bug with handling float/double constants

open
nobody
5
2011-08-01
2011-08-01
No

public static CONST = 0.01f;
..
mutable val : float;
mutable i,j : int;
val = (i*i + j*j) * CONST;

generates "val = (i * i + j * j) * 0.01;" code

Discussion

MongoDB Logo MongoDB