lua.wetgenes.tardis.array.fract
r=it:fract(r)
r=it:fract(it.new())
Return the fractional part of each value using math.modf.
If r is provided then the result is written into r and returned otherwise it is modified and returned.
r=it:fract(r)
r=it:fract(it.new())
Return the fractional part of each value using math.modf.
If r is provided then the result is written into r and returned otherwise it is modified and returned.