Aer/engine
belliash 82998ffd0f
All checks were successful
The build was successful.
Silently typecast integer value to float.
This is a necessary step, to allow passing integer numbers. Otherwise, every float variable would need a floating point value. In other words, "float $x = 5" is allowed construct. Without this simple change, only accepted
construction was "float $x = 5.0".
2018-09-16 20:02:34 +02:00
..
2018-09-10 20:17:42 +02:00
2018-09-07 12:04:51 +02:00
2018-09-11 13:58:03 +02:00
2018-09-11 17:49:20 +02:00
2018-09-06 19:47:06 +02:00
2018-09-07 12:04:51 +02:00
2018-08-16 18:40:23 +02:00
2018-09-05 21:46:25 +02:00
2018-09-16 20:02:34 +02:00