Description
Ask user to enter two angles x and y in radians, then show the z value (Keep 5 digits after the decimal point).
z=〖ln〗^x+〖log〗_10^y,when x>y>0
z=sin(x)+cos(y),when x<=y
x is greater than y, but at least one of values <=0, otherwise
Input
Input the first angle of x and y
Output
For example,
z=sin(45)+cos(45)=1.37623
or
z=log(60)+log10(30)=5.57147
or
x is greater than y, but at least one of values <=0
x is greater than y, but at least one of values <=0