|
From: Nick C. <sr...@us...> - 2002-11-05 20:46:53
|
Update of /cvsroot/repast/repast/uchicago/src/nqpy/compiler In directory usw-pr-cvs1:/tmp/cvs-serv17342 Added Files: FloatBuiltInFunc.java Log Message: Handles the built in function float(...) which converts ints, longs, floats, booleans and Strings to doubles. The float name is consistent with python although it produces doubles (as does Python, I think) |