Asterix Gaming Guild Logo General XXL XXL 2 Olympic Games XXL Speedrun XXL Romaster Speedrun XXL 2 Speedrun XXL 2 Remaster Speedrun XXL 3 Speedrun Olympic Games Speedrun Retro Other Astérix Games Other Games Modding Media Videos Streams Creative Shack Spoofy Goofs VC-Text Village Gates Introductions UXXL Downloads Wiki Bot Spam Feedback Announcements Patches Tools Resources Caesar's challenge Help Noxus94 SPQR Mr. Rubinstein

#help

Page: << <  39 / 143  >  >>
TimeUserText
Breadyeah I did
BreadAnd except Binary Tree I understood most of them
NoTeefyoh yeah I got your problem
NoTeefystore it separately before applying the modulo on it
Breadyeah I did :/
NoTeefyok that‘s confusing me then
Bread```java long c; c=Math.pow(8,13);```
NoTeefyit shouldn‘t return any double for both cases
Bread:/ I dont get it either
NoTeefyI have something else
NoTeefyyou might wanna use a BigInteger. I always had problems when fiddling around with powers
NoTeefyBigIntegers are awesome. They can store way bigger values and you can also use functions like pow and mod on them
NoTeefythey should be provided by the math class
BreadHow do I implemend it?
BreadBitInteger c;?
NoTeefyNo BigInteger
NoTeefyThey solved all problems for me when using pow operations
BreadOh sorry I misspelled it
NoTeefy
NoTeefytry something like this. It should work fine 😃