BrianTX
(Korg Regular)
2002-06-10 03:35 AM
Long floating point type doesn't support some functions properly with large numbers

I noticed that the functions:
MOD
INT
FIX

don't seem to work properly for extremely large numbers of type double floating point.

Brian

[ 10 June 2002, 16:21: Message edited by: BrianTX ]


Bxn
(Getting the hang of it)
2002-06-10 11:04 PM
Re: Long floating point type doesn't support some functions properly with large numbers

It smells the grass of 'KiXtart Golf Tournament Part III' isn't it ??? [Wink]

Congrats for the score !


LonkeroAdministrator
(KiX Master Guru)
2002-06-12 12:19 AM
Re: Long floating point type doesn't support some functions properly with large numbers

what is actually the automatic thing.

to get my golf script to run properly I had to modify syntax of $x=$x*$x to $x=0.+$x*$x
shouldn't this type conversion be automatic when upperlimit of normal integer is found?