Originally Posted By: ZorgonX
Well, I would appreciate if anyone could tell me a way to accurately perform a large calculation, as in (for example) 437289478942343890483 / 2 without worrying about it being rounded.

I know very little about how the calculations are actually made, aside from the use of binary files (though I could be wrong about that, too) so I lack the ability to really make something that could do the job.

Thanks for any help.


Im not sure what your asking for because the calc 437289478942343890483 / 2 returns the value not being rounded, and in my experience is the correct return value however if your gonna use something like 437289478942343890483 / 42442424 then it will return a value.xxx < if you want that removed at all times I suggest using something like $left($round($calc(caculations here),2),-3)


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }