1 2 3 4 5 6 7 8
//chapter 5 Ex 17 clc; clear; close; //let the value to be found out be x x=sqrt(5/3); mprintf("x=%.2f",x);