I am trying to find the angle of a triangle I have complete most of the work using this formula
now Problem is that how to find cos inverse in PHP I have the code below to find the cosine inverse
echo acos(42/90);
it returns a float value, not angle.