Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: higher precision doubles Date: Sun, 07 Aug 2011 01:35:46 +0200 Organization: albasani.net Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net sjtJcUB0oL5igRiztq7QfBcnxNuEcHoxA7ZCOlzW4jFMSMfSzINOYO2cDZOLpAXMgn0yVP4U0nCJTjrM5KJ+Yg== NNTP-Posting-Date: Sat, 6 Aug 2011 23:35:47 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="IrFCaGwduqgLyMo4lUITLwlgOC8R+v8Bex3CRYURp9limAQJxaQZehFdA8bvFcOFrz8aIFn9QyN8q4eiAqH/5gBUjWnsxKF1W0pv0hxL8QFiufYBPYTu0lUfsilQL7PT"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2 In-Reply-To: Cancel-Lock: sha1:wpb0OnOcrs2fzx4/ysNJZWaQUEI= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6841 BGB schrieb: > for example, see here: > http://en.wikipedia.org/wiki/Taylor_series > and: > http://en.wikipedia.org/wiki/Trigonometric_function > > I had actually done this when implementing some of my own math functions > (mostly in the case of implementing quaternions and also a float128 > type), however, this was in C. > What was your SIN(PI)?