Question: How does Maple evalutate geometric functions with evalf

I would like to know how does Maple evaluate a geometric functions with evalf.

e.g.

evalf(sin(Pi/12));

                          0.2588190451

What method is used? I think about Taylor approximation, is it good idea? If not, I need to compare it with Taylor approximation.

Please Wait...