Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3Olympic GamesXXL SpeedrunningXXL Romastered SpeedrunningXXL 2 SpeedrunningXXL 2 Remaster SpeedrunningOlympic Games SpeedrunningRecent StratsOther Asterix GamesOther GamesAsterix MediaSpoofy GoofsCreative ShackVideosHelpBot SpamRetro GamesModdingStreamsPatchesModsToolsResourcesDownloadsWikiUnfair XXLCaesar's ChallengeIntroductionsVC TextAnnouncementsVillage GatesRulesFeedback

#help

NoTeefy
could you store the power calc into a single variable and double check if it actually represents the right calculation before using the mod on it?
Bread
Sure
Bread
mom
NoTeefy
Because it looks fine otherwise
Bread
Wait wut
Bread
5.49755813888E11
Bread
is c=Math.pow(8,13);
NoTeefy
Yeah that‘s probably the problem
NoTeefy
you wanna use a long for that
Bread
it's not even that wrongn
Bread
549755813888
NoTeefy
replace double c by long c
Bread
is the actual result
Bread
that works fine with .pow?
NoTeefy
yep
Bread
Ok thanks a lot :D
NoTeefy
Did you learn about the data types yet?
Bread
Shit I knew it
NoTeefy
?
Bread
"incompatible types: possible lossy conversion from double to long"