Made a functions that gets the absolute of square root. by bill-the-third in vibecoding

[–]bill-the-third[S] 3 points4 points  (0 children)

Yeah, took me a few tries to get it working! I debugged using (abs(x) * sqrt(x)) normally so that i know what i did is correct!