Hi, when I use solve with equation containing such number (irrational) : a1:1 + 2 / sqrt(3); solva fails to find solution When I change it to float : a1:float(1 + 2 / sqrt(3)); It works. Is it a special case or general rule ? Adam