UBS interview question

How would you approximate pi?

Interview Answer

Anonymous

8 Dec 2013

The sine function has a zero in pi, so you can use a numerical algorithm to approximate the zero (ex. Newton's method).