the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.
the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.