User contributions for S schuster
From ApCoCoAWiki
Results for S schuster talk block log uploads logs
A user with 308 edits. Account created on 3 November 2008.
17 May 2013
- 17:4117:41, 17 May 2013 diff hist 0 Downloads No edit summary
- 17:4017:40, 17 May 2013 diff hist −1 Main Page →ApCoCoA 1.8 Released! (June 25, 2012)
- 17:3617:36, 17 May 2013 diff hist +2,879 Downloads No edit summary
- 10:2210:22, 17 May 2013 diff hist +2,167 N ApCoCoA-1: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...
- 10:1910:19, 17 May 2013 diff hist −1,274 ApCoCoA-1:Num.SavGol No edit summary
16 May 2013
- 22:2522:25, 16 May 2013 diff hist +3,999 N ApCoCoA-1: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...
- 22:2022:20, 16 May 2013 diff hist +500 ApCoCoA-1:Num.DABM No edit summary
14 June 2012
- 20:4520:45, 14 June 2012 diff hist +393 ApCoCoA-1:HowTo:Tips for developing (Ap)CoCoA with Eclipse →Step 1: Install subversive or subclipse
31 August 2011
- 12:4512:45, 31 August 2011 diff hist +119 ApCoCoA-1:HowTo:Install and Work with the Eclipse GUI →Prerequisites
- 12:3212:32, 31 August 2011 diff hist +116 ApCoCoA-1:HowTo:Install and Work with the Eclipse GUI →Installing the Plugin
6 May 2011
- 12:3912:39, 6 May 2011 diff hist +64 LWBugTrackerForTesting No edit summary
- 12:2312:23, 6 May 2011 diff hist −1 Downloads →Well-known Qt-GUI
- 12:2212:22, 6 May 2011 diff hist 0 Downloads →Eclipse GUI - Standalone Version
4 May 2011
- 17:0517:05, 4 May 2011 diff hist −5 m ApCoCoA-1:HowTo:Testing For Releases →Moccha - Standalone: Updated link to nightly builds
- 17:0317:03, 4 May 2011 diff hist −5 ApCoCoA-1:HowTo:Testing For Releases →Qt: Updated link to nightly builds
- 17:0217:02, 4 May 2011 diff hist −42 ApCoCoA-1:HowTo:Testing For Releases No edit summary
- 14:0114:01, 4 May 2011 diff hist −3 Category:ApCoCoA-1:Package elemfns No edit summary
- 14:0014:00, 4 May 2011 diff hist +131 Category:ApCoCoA-1:Package elemfns No edit summary
- 13:5213:52, 4 May 2011 diff hist +791 N ApCoCoA-1: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...
- 13:5213:52, 4 May 2011 diff hist +714 N ApCoCoA-1: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...
- 13:4013:40, 4 May 2011 diff hist +938 N ApCoCoA-1: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...
- 13:3913:39, 4 May 2011 diff hist +838 N ApCoCoA-1: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...
- 13:3313:33, 4 May 2011 diff hist +1,144 N ApCoCoA-1: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...
- 13:3313:33, 4 May 2011 diff hist +1,069 N ApCoCoA-1: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 ...
- 13:1713:17, 4 May 2011 diff hist +1,072 N ApCoCoA-1: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...
- 13:1713:17, 4 May 2011 diff hist +952 N ApCoCoA-1: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...
- 13:0013:00, 4 May 2011 diff hist +889 N ApCoCoA-1: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> ...
- 13:0013:00, 4 May 2011 diff hist +797 N ApCoCoA-1: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...
- 12:4212:42, 4 May 2011 diff hist +942 N ApCoCoA-1: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>...
- 12:3812:38, 4 May 2011 diff hist +843 N ApCoCoA-1: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...
- 12:2612:26, 4 May 2011 diff hist 0 ApCoCoA-1:Fn.RootN No edit summary
- 12:2612: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:2312: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:5811:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.TanN No edit summary
- 11:5811:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.CosN No edit summary
- 11:5811:58, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.SinN No edit summary
- 11:5711:57, 4 May 2011 diff hist +4 ApCoCoA-1:Fn.ArcCosN No edit summary
- 11:5611: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:5611: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:5511: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:5511: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:3611: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:3611: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:5609: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:5609: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:5509: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:5409: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:5409: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:5309: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:2709: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...