EXAPUNKS

EXAPUNKS

Otillräckligt med betyg
SQUARE ROOT (MATH.SQRT())
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
1.055 KB
11 aug, 2018 @ 17:33
1 ändringsnotis ( visa )

Abonnera för att ladda ner
SQUARE ROOT (MATH.SQRT())

Beskrivning
Just calculate the rounded square root of some numbers.
Easy to solve with trial and error.
2 kommentarer
Monotof1  [skapare] 16 aug, 2018 @ 4:51 
@Cultist John Well yes, thas how most people round numbers. I am aware most basic programs always round down, but I aimed for the result beeing useful. It also makes the puzzle pretty easy.
Cultist John 14 aug, 2018 @ 23:47 
...yeah, but this is actually "floor(sqrt(x) + .5)".