[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Good day.

I recently received a patch from Todd Smith (Kirnamat) that implemented
one of the changes on my wish list for Genesis.  This patch has now been
integrated into the 1.2 tree.  Essentially, for the math ops
(src/ops/math.c), instead of throwing ~type when given an int, they cast
it to a float and use the value.  Return types are not modified.

Therefore, pow(1, 2) is the same as pow(1.0, 2.0).

 - Bruce