UBS Interview Question

How would you approximate pi?

Interview Answer

Anonymous

Dec 8, 2013

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