0

Can someone explain this <cmath> line? I don't know how to get the result

x = (sqrt (25) <abs (-5) && sqrt(3) >sqrt(16));

10th Feb 2019, 2:35 PM
Mihail
Mihail - avatar
3 Answers
+ 1
sqrt means square root, abs cuts off the minus in front of a number. Does this help you to understand the line?
10th Feb 2019, 3:04 PM
HonFu
HonFu - avatar
0
i don't understand the <X && Y> part
10th Feb 2019, 4:49 PM
Mihail
Mihail - avatar
0
&& means that both sides of that need to be true.
10th Feb 2019, 4:50 PM
HonFu
HonFu - avatar