From: Harry Kakueki Date: 2009-04-27T10:09:24+09:00 Subject: Re: [QUIZ] Digits of Pi (#202) > > This week's quiz is to write a Ruby program that can compute the first > 100,000 digits of ð. > > # Is this cheating ? :) require 'bigdecimal' require 'bigdecimal/math' include BigMath puts PI(100_000) Harry -- A Look into Japanese Ruby List in English http://www.kakueki.com/ruby/list.html