[pure-lang-svn] SF.net SVN: pure-lang:[487] pure/trunk/lib/math.pure
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-14 06:39:28
|
Revision: 487 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=487&view=rev Author: agraef Date: 2008-08-14 06:39:38 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Comment change. Modified Paths: -------------- pure/trunk/lib/math.pure Modified: pure/trunk/lib/math.pure =================================================================== --- pure/trunk/lib/math.pure 2008-08-13 13:51:40 UTC (rev 486) +++ pure/trunk/lib/math.pure 2008-08-14 06:39:38 UTC (rev 487) @@ -154,7 +154,7 @@ rect x::double = x+:0.0; /* Create complex values on the unit circle. Note: To quickly compute - exp (x+:y) in polar form, use exp x*cis y. */ + exp (x+:y) in polar form, use exp x <: y. */ cis t = rect (1<:t); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |