User contributions
From ApCoCoAWiki
- 12:26, 4 May 2011 diff hist 0 ApCoCoA-1:Fn.RootN
- 12:26, 4 May 2011 diff hist +1,169 N ApCoCoA-1:Fn.Root New page: <command> <title>Fn.Root</title> <short_description>Returns the <tt>N</tt>-th root of a given value.</short_description> <syntax> Fn.Root(X:RAT,N:INT):RAT </syntax> <description> This ...
- 12:23, 4 May 2011 diff hist +1,228 N ApCoCoA-1:Fn.RootN New page: <command> <title>Fn.RootN</title> <short_description>Returns the <tt>N</tt>-th root of a given value with a given accuracy.</short_description> <syntax> Fn.RootN(Val:RAT,N:INT,Acc:INT)...
- 11:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.TanN
- 11:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.CosN
- 11:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.SinN
- 11:57, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.ArcCosN
- 11:56, 4 May 2011 diff hist +904 N ApCoCoA-1:Fn.ArcTanN New page: <command> <title>Fn.ArcTanN</title> <short_description>Returns the arctangent of a given value with a given accuracy.</short_description> <syntax> Fn.ArcTanN(Val:RAT,Acc:INT):RAT </syn...
- 11:56, 4 May 2011 diff hist +804 N ApCoCoA-1:Fn.ArcTan New page: <command> <title>Fn.ArcTan</title> <short_description>Returns the arctangent of a given value.</short_description> <syntax> Fn.ArcTan(X:RAT):RAT </syntax> <description> This function r...
- 11:55, 4 May 2011 diff hist +946 N ApCoCoA-1:Fn.ArcSinN New page: <command> <title>Fn.ArcSinN</title> <short_description>Returns the arcsine of a given value with a given accuracy.</short_description> <syntax> Fn.ArcSinN(Val:RAT,Acc:INT):RAT </syntax...
- 11:55, 4 May 2011 diff hist +846 N ApCoCoA-1:Fn.ArcSin New page: <command> <title>Fn.ArcSin</title> <short_description>Returns the arcsine of a given value.</short_description> <syntax> Fn.ArcSin(X:RAT):RAT </syntax> <description> This function retu...
- 11:36, 4 May 2011 diff hist +950 N ApCoCoA-1:Fn.ArcCosN New page: <command> <title>Fn.ArcCosN</title> <short_description>Returns the arccosine of a given value with a given accuracy.</short_description> <syntax> Fn.ArcCosN(Val:RAT,Acc:INT):RAT </synt...
- 11:36, 4 May 2011 diff hist +854 N ApCoCoA-1:Fn.ArcCos New page: <command> <title>Fn.ArcCos</title> <short_description>Returns the arccosine of a given value.</short_description> <syntax> Fn.ArcCos(X:RAT):RAT </syntax> <description> This function re...
- 09:56, 4 May 2011 diff hist +859 N ApCoCoA-1:Fn.TanN New page: <command> <title>Fn.TanN</title> <short_description>Returns the tangent of a given value with a given accuracy.</short_description> <syntax> Fn.TanN(Val:RAT,Acc:INT):RAT </syntax> <des...
- 09:56, 4 May 2011 diff hist +769 N ApCoCoA-1:Fn.Tan New page: <command> <title>Fn.Tan</title> <short_description>Returns the tangent of a given value.</short_description> <syntax> Fn.Tan(X:RAT):RAT </syntax> <description> This function returns th...
- 09:55, 4 May 2011 diff hist +852 N ApCoCoA-1:Fn.SinN New page: <command> <title>Fn.SinN</title> <short_description>Returns the sine of a given value with a given accuracy.</short_description> <syntax> Fn.SinN(Val:RAT,Acc:INT):RAT </syntax> <descri...
- 09:54, 4 May 2011 diff hist +757 N ApCoCoA-1:Fn.Sin New page: <command> <title>Fn.Sin</title> <short_description>Returns the sine of a given value.</short_description> <syntax> Fn.Sin(X:RAT):RAT </syntax> <description> This function returns the s...
- 09:54, 4 May 2011 diff hist +861 N ApCoCoA-1:Fn.CosN New page: <command> <title>Fn.CosN</title> <short_description>Returns the cosine of a given value with a given accuracy.</short_description> <syntax> Fn.CosN(Val:RAT,Acc:INT):RAT </syntax> <desc...
- 09:53, 4 May 2011 diff hist +764 N ApCoCoA-1:Fn.Cos New page: <command> <title>Fn.Cos</title> <short_description>Returns the cosine of a given value.</short_description> <syntax> Fn.Cos(X:RAT):RAT </syntax> <description> This function returns the...
- 09:27, 4 May 2011 diff hist +1,058 N ApCoCoA-1:Fn.ReduceModPi New page: <command> <title>Fn.ReduceModPi</title> <short_description>Reduces a given value modulo 2*pi to the interval between -pi and pi.</short_description> <syntax> Fn.ReduceModPi(Val:RAT,Acc...
- 09:08, 4 May 2011 diff hist +1,421 N ApCoCoA-1:Fn.ReduceModLn2 New page: <command> <title>Fn.ReduceModLn2</title> <short_description>Reduces a given value modulo the natural logarithm of 2.</short_description> <syntax> Fn.ReduceModLn2(Val:RAT,Acc:Int):LIST ...
- 09:04, 4 May 2011 diff hist +664 N ApCoCoA-1:Fn.EN New page: <command> <title>Fn.EN</title> <short_description>Returns Eulers' number e rounded to accuracy <tt>Acc</tt>.</short_description> <syntax> Fn.EN(Acc:INT):RAT </syntax> <description> <i...
- 09:03, 4 May 2011 diff hist -2 ApCoCoA-1:Fn.E
- 09:02, 4 May 2011 diff hist +609 N ApCoCoA-1:Fn.E New page: <command> <title>Fn.E</title> <short_description>Returns Euler's number e rounded to the current global accuracy.</short_description> <syntax> Fn.E():RAT </syntax> <description> <item...
- 08:58, 4 May 2011 diff hist +698 N ApCoCoA-1:Fn.Ln2N New page: <command> <title>Fn.Ln2N</title> <short_description>Returns the natural logarithm of 2 rounded to accuracy <tt>Acc</tt>.</short_description> <syntax> Fn.Ln2N(Acc:INT):RAT </syntax> <de...
- 08:55, 4 May 2011 diff hist -23 ApCoCoA-1:Fn.Ln2
- 08:54, 4 May 2011 diff hist +558 N ApCoCoA-1:Fn.PiN New page: <command> <title>Fn.PiN</title> <short_description>Returns the constant pi rounded to accuracy <tt>N</tt>.</short_description> <syntax> Fn.PiN(N:INT):RAT </syntax> <description> <item...
- 08:53, 4 May 2011 diff hist +606 N ApCoCoA-1:Fn.Pi New page: <command> <title>Fn.Pi</title> <short_description>Returns the constant pi rounded to the current global accuracy.</short_description> <syntax> Fn.Pi():RAT </syntax> <description> <it...
- 08:52, 4 May 2011 diff hist +38 ApCoCoA-1:Fn.GetAccuracy
- 08:52, 4 May 2011 diff hist +39 ApCoCoA-1:Fn.SetAccuracy
- 18:01, 3 May 2011 diff hist +583 N ApCoCoA-1:Fn.GetAccuracy New page: <command> <title>Fn.GetAccuracy</title> <short_description>Get the currently used accuracy.</short_description> <syntax> Fn.GetAccuracy():INT </syntax> <description> <itemize> <item>...
- 18:01, 3 May 2011 diff hist +28 ApCoCoA-1:Fn.SetAccuracy
- 17:53, 3 May 2011 diff hist +769 N ApCoCoA-1:Fn.SetAccuracy New page: <command> <title>Fn.SetAccuracy</title> <short_description>Set the default accuracy.</short_description> <syntax> Fn.SetAccuracy(N:INT):NULL </syntax> <description> N must be positive....
- 17:25, 3 May 2011 diff hist +648 N ApCoCoA-1:Fn.Ln2 New page: <command> <title>Fn.Ln2</title> <short_description>Compute the natural logarithm of 2.</short_description> <syntax> Fn.Ln2():RAT </syntax> <description> The function computes the natur...
- 18:02, 29 April 2011 diff hist +1,532 N Category:ApCoCoA-1:Package elemfns New page: The package <code>$apcocoa/elemfns</code> (alias <code>Fn</code>) provides a fixed point software implementation of common elementary functions and constants with arbitrary accuracy and co...
- 22:36, 28 April 2011 diff hist +220 LWBugTrackerForTesting Updated fixed issues.
- 15:58, 13 January 2011 diff hist +148 ApCoCoA-1:HowTo:Testing For Releases
- 13:30, 17 December 2010 diff hist 0 Downloads →Well-known Qt-GUI: Versions adapted.
- 13:28, 17 December 2010 diff hist 0 Downloads →Eclipse GUI - Standalone Version: Versions adapted
- 09:32, 17 December 2010 diff hist +33 LWBugTrackerForTesting
- 18:17, 16 December 2010 diff hist +146 LWBugTrackerForTesting
- 14:24, 16 December 2010 diff hist 0 LWBugTrackerForTesting
- 14:13, 16 December 2010 diff hist +143 LWBugTrackerForTesting →Assigned
- 14:09, 16 December 2010 diff hist +24 LWBugTrackerForTesting
- 14:06, 16 December 2010 diff hist +42 LWBugTrackerForTesting
- 10:31, 16 December 2010 diff hist 0 LWBugTrackerForTesting
- 09:07, 16 December 2010 diff hist +151 LWBugTrackerForTesting →Open
- 08:57, 16 December 2010 diff hist +2 LWBugTrackerForTesting →Open
- 08:56, 16 December 2010 diff hist +143 LWBugTrackerForTesting →Open
- 08:51, 16 December 2010 diff hist +473 LWBugTrackerForTesting