cast icon indicating copy to clipboard operation
cast copied to clipboard

string float act like float when converted to int*

Open yveshield opened this issue 2 years ago • 0 comments

#204 #172

built in: cast.ToInt64E(float64(8.2)) => 8

previously: cast.ToInt64E(string("8.2")) => unable to cast "8.2" of type string to int64

more expected: cast.ToInt64E(string("8.2")) => 8

If you agree with my thoughts or have a better understanding, feel free to leave a comment for discussion.

yveshield avatar Jan 09 '24 07:01 yveshield