10 Oct
2005
10 Oct
'05
3:21 a.m.
std.mtof(std.ftom(48)) => float foo; <<< foo >>>; foo $ int => int bar; <<< bar >>>; std.mtof(std.ftom(48)) $ int => int baz; <<< baz >>>; On OSX 10.3.9, using chuck 1.2.0.1, this results in: 48.000000 :(float) 47 :(int) 47 :(int) Cheers, - Graham