User contributions
From CoCoAWiki
- 22:24, 10 April 2015 diff hist +5 ApCoCoA:Downloads →Well-known Qt-GUI current
- 22:24, 10 April 2015 diff hist +8 ApCoCoA:Downloads →Eclipse GUI - Standalone Version
- 08:09, 14 October 2013 diff hist -486 HowTo:Install and Work with the Eclipse GUI
- 13:44, 11 October 2013 diff hist +22 ApCoCoA:Downloads →Well-known Qt-GUI
- 13:42, 11 October 2013 diff hist +8 ApCoCoA:Main Page →ApCoCoA 1.9.1 Released! (October 11, 2013)
- 13:40, 11 October 2013 diff hist +3,290 ApCoCoA:Downloads Adding ApCoCoA 1.9.1
- 15:39, 4 September 2013 diff hist +6 ApCoCoA:Tut eclipse gui de current
- 15:39, 4 September 2013 diff hist +408 ApCoCoA:Downloads
- 12:43, 3 September 2013 diff hist -17 Category:Package diffalg current
- 12:43, 3 September 2013 diff hist +1 Category:Package diffalg
- 12:43, 3 September 2013 diff hist +3 Category:Package diffalg
- 12:42, 3 September 2013 diff hist +13 Category:Package diffalg
- 13:38, 19 August 2013 diff hist +23 N File:Upload-test.jpg Small upload test file. current
- 15:02, 12 August 2013 diff hist +110 ApCoCoA:Downloads →Well-known Qt-GUI
- 15:01, 12 August 2013 diff hist +100 ApCoCoA:Downloads →Eclipse GUI - Standalone Version
- 12:30, 12 August 2013 diff hist +33 ApCoCoA:Downloads →Eclipse GUI - Standalone Version
- 12:29, 12 August 2013 diff hist +2 ApCoCoA:Downloads →Eclipse GUI - Standalone Version
- 12:29, 12 August 2013 diff hist -46 ApCoCoA:Downloads Make a test link relative
- 19:58, 17 May 2013 diff hist +5 ApCoCoA:Downloads →Well-known Qt-GUI
- 19:29, 17 May 2013 diff hist +2 ApCoCoA:Downloads
- 18:41, 17 May 2013 diff hist 0 ApCoCoA:Downloads
- 18:40, 17 May 2013 diff hist -1 ApCoCoA:Main Page →ApCoCoA 1.8 Released! (June 25, 2012)
- 18:36, 17 May 2013 diff hist +2,879 ApCoCoA:Downloads
- 11:22, 17 May 2013 diff hist +2,167 N ApCoCoA:Num.NumericalDerivative New page: <command> <title>Num.NumericalDerivative</title> <short_description>Compute numerical derivatives of arbitrarily spaced data using local polynomial regression.</short_description> <synt... current
- 11:19, 17 May 2013 diff hist -1,274 ApCoCoA:Num.SavGol current
- 23:25, 16 May 2013 diff hist +3,999 N ApCoCoA:Num.SavGol New page: <command> <title>Num.SavGol</title> <short_description>Compute numerical derivatives of given time series using the Savitzky-Golay method.</short_description> <syntax> SavGol(Points: MA...
- 23:20, 16 May 2013 diff hist +500 ApCoCoA:Num.DABM current
- 21:45, 14 June 2012 diff hist +393 HowTo:Tips for developing (Ap)CoCoA with Eclipse →Step 1: Install subversive or subclipse current
- 13:45, 31 August 2011 diff hist +119 HowTo:Install and Work with the Eclipse GUI →Prerequisites
- 13:32, 31 August 2011 diff hist +116 HowTo:Install and Work with the Eclipse GUI →Installing the Plugin
- 13:39, 6 May 2011 diff hist +64 LWBugTrackerForTesting
- 13:23, 6 May 2011 diff hist -1 ApCoCoA:Downloads →Well-known Qt-GUI
- 13:22, 6 May 2011 diff hist 0 ApCoCoA:Downloads →Eclipse GUI - Standalone Version
- 18:05, 4 May 2011 diff hist -5 m HowTo:Testing For Releases →Moccha - Standalone: Updated link to nightly builds current
- 18:03, 4 May 2011 diff hist -5 HowTo:Testing For Releases →Qt: Updated link to nightly builds
- 18:02, 4 May 2011 diff hist -42 HowTo:Testing For Releases
- 15:01, 4 May 2011 diff hist -3 Category:Package elemfns current
- 15:00, 4 May 2011 diff hist +131 Category:Package elemfns
- 14:52, 4 May 2011 diff hist +791 N ApCoCoA:Fn.RoundN New page: <command> <title>Fn.RoundN</title> <short_description>Round a number to a desired accuracy.</short_description> <syntax> Fn.RoundN(X:RAT,Acc:INT):RAT </syntax> <description> This funct...
- 14:52, 4 May 2011 diff hist +714 N ApCoCoA:Fn.Round New page: <command> <title>Fn.Round</title> <short_description>Round a number.</short_description> <syntax> Fn.Round(X:RAT):RAT </syntax> <description> This function rounds the given value <tt>X...
- 14:40, 4 May 2011 diff hist +938 N ApCoCoA:Fn.LnN New page: <command> <title>Fn.LnN</title> <short_description>Returns the natural logarithm of a given value with a given accuracy.</short_description> <syntax> Fn.LnN(Val:RAT,Acc:INT):RAT </synt...
- 14:39, 4 May 2011 diff hist +838 N ApCoCoA:Fn.Ln New page: <command> <title>Fn.Ln</title> <short_description>Returns the natural logarithm of a given value.</short_description> <syntax> Fn.Ln(X:RAT):RAT </syntax> <description> This function re...
- 14:33, 4 May 2011 diff hist +1,144 N ApCoCoA:Fn.LogN New page: <command> <title>Fn.LogN</title> <short_description>Returns the logarithm to a given base with a given accuracy.</short_description> <syntax> Fn.LogN(Base:RAT,Val:RAT,Acc:INT):RAT </sy...
- 14:33, 4 May 2011 diff hist +1,069 N ApCoCoA:Fn.Log New page: <command> <title>Fn.Log</title> <short_description>Returns the logarithm to a given base.</short_description> <syntax> Fn.Log(Base:RAT,X:RAT):RAT </syntax> <description> This function ...
- 14:17, 4 May 2011 diff hist +1,072 N ApCoCoA:Fn.PowN New page: <command> <title>Fn.PowN</title> <short_description>Returns <tt>Base</tt> to the power of <tt>Exponent</tt> with a given accuracy.</short_description> <syntax> Fn.PowN(Base:RAT,Exponen...
- 14:17, 4 May 2011 diff hist +952 N ApCoCoA:Fn.Pow New page: <command> <title>Fn.Pow</title> <short_description>Returns <tt>Base</tt> to the power of <tt>Exponent</tt>.</short_description> <syntax> Fn.Pow(Base:RAT,Exponent:RAT):RAT </syntax> <de...
- 14:00, 4 May 2011 diff hist +889 N ApCoCoA:Fn.ExpN New page: <command> <title>Fn.ExpN</title> <short_description>Returns the exponential of a given value with a given accuracy.</short_description> <syntax> Fn.ExpN(Val:RAT,Acc:INT):RAT </syntax> ...
- 14:00, 4 May 2011 diff hist +797 N ApCoCoA:Fn.Exp New page: <command> <title>Fn.Exp</title> <short_description>Returns the exponential of a given value.</short_description> <syntax> Fn.Exp(X:RAT):RAT </syntax> <description> This function return...
- 13:42, 4 May 2011 diff hist +942 N ApCoCoA:Fn.SqrtN New page: <command> <title>Fn.SqrtN</title> <short_description>Returns the square root of a give value with a given accuracy.</short_description> <syntax> Fn.SqrtN(Val:RAT,Acc:INT):RAT </syntax>...
- 13:38, 4 May 2011 diff hist +843 N ApCoCoA:Fn.Sqrt New page: <command> <title>Fn.Sqrt</title> <short_description>Returns the square root of a given value.</short_description> <syntax> Fn.Sqrt(X:RAT):RAT </syntax> <description> This function retu...