Write a Matlab function that computes y1= tan(x) and y2= sin(x)/cos(x), returns
the difference |y1–y2| and prints a message whether the two are equal or not.
Test your function for x = {p/2, p/6} and discuss the results. How could one better
compare floating-point numbers?