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.
4 May 2011
- 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...
- 09:0809: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:0409: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:0309:03, 4 May 2011 diff hist −2 ApCoCoA-1:Fn.E No edit summary
- 09:0209: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:5808: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:5508:55, 4 May 2011 diff hist −23 ApCoCoA-1:Fn.Ln2 No edit summary
- 08:5408: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:5308: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:5208:52, 4 May 2011 diff hist +38 ApCoCoA-1:Fn.GetAccuracy No edit summary
- 08:5208:52, 4 May 2011 diff hist +39 ApCoCoA-1:Fn.SetAccuracy No edit summary
3 May 2011
- 18:0118: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:0118:01, 3 May 2011 diff hist +28 ApCoCoA-1:Fn.SetAccuracy No edit summary
- 17:5317: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:2517: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...
29 April 2011
- 18:0218: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...
28 April 2011
- 22:3622:36, 28 April 2011 diff hist +220 LWBugTrackerForTesting Updated fixed issues.
13 January 2011
- 15:5815:58, 13 January 2011 diff hist +148 ApCoCoA-1:HowTo:Testing For Releases No edit summary
17 December 2010
- 13:3013:30, 17 December 2010 diff hist 0 Downloads →Well-known Qt-GUI: Versions adapted.
- 13:2813:28, 17 December 2010 diff hist 0 Downloads →Eclipse GUI - Standalone Version: Versions adapted
- 09:3209:32, 17 December 2010 diff hist +33 LWBugTrackerForTesting No edit summary
16 December 2010
- 18:1718:17, 16 December 2010 diff hist +146 LWBugTrackerForTesting No edit summary
- 14:2414:24, 16 December 2010 diff hist 0 LWBugTrackerForTesting No edit summary
- 14:1314:13, 16 December 2010 diff hist +143 LWBugTrackerForTesting →Assigned
- 14:0914:09, 16 December 2010 diff hist +24 LWBugTrackerForTesting No edit summary
- 14:0614:06, 16 December 2010 diff hist +42 LWBugTrackerForTesting No edit summary
- 10:3110:31, 16 December 2010 diff hist 0 LWBugTrackerForTesting No edit summary
- 09:0709:07, 16 December 2010 diff hist +151 LWBugTrackerForTesting →Open
- 08:5708:57, 16 December 2010 diff hist +2 LWBugTrackerForTesting →Open
- 08:5608:56, 16 December 2010 diff hist +143 LWBugTrackerForTesting →Open
- 08:5108:51, 16 December 2010 diff hist +473 LWBugTrackerForTesting No edit summary
15 December 2010
- 16:5116:51, 15 December 2010 diff hist +267 LWBugTrackerForTesting No edit summary
- 16:3816:38, 15 December 2010 diff hist +57 LWBugTrackerForTesting No edit summary
- 16:2816:28, 15 December 2010 diff hist +22 LWBugTrackerForTesting No edit summary
- 16:2116:21, 15 December 2010 diff hist −81 LWBugTrackerForTesting No edit summary
- 16:2116:21, 15 December 2010 diff hist +137 LWBugTrackerForTesting No edit summary
- 14:5214:52, 15 December 2010 diff hist +27 LWBugTrackerForTesting No edit summary
- 13:3213:32, 15 December 2010 diff hist +155 LWBugTrackerForTesting No edit summary
- 13:2413:24, 15 December 2010 diff hist +271 LWBugTrackerForTesting No edit summary
- 09:0409:04, 15 December 2010 diff hist +61 ApCoCoA-1:HowTo:Testing For Releases →Qt
14 December 2010
- 16:2216:22, 14 December 2010 diff hist −4 LWBugTrackerForTesting →Resolved
- 16:2116:21, 14 December 2010 diff hist −6 LWBugTrackerForTesting No edit summary
- 16:2116:21, 14 December 2010 diff hist +200 LWBugTrackerForTesting No edit summary
- 13:4713:47, 14 December 2010 diff hist +110 LWBugTrackerForTesting →Open
13 December 2010
- 16:3516:35, 13 December 2010 diff hist +1 ApCoCoA-1:HowTo:Testing For Releases No edit summary
- 15:4915:49, 13 December 2010 diff hist +12 LWBugTrackerForTesting No edit summary
- 15:3815:38, 13 December 2010 diff hist +89 ApCoCoA-1:HowTo:Testing For Releases No edit summary
- 13:4213:42, 13 December 2010 diff hist +238 ApCoCoA-1:HowTo:Testing For Releases No edit summary
- 09:0609:06, 13 December 2010 diff hist +59 LWBugTrackerForTesting →Light Wight Bug Tracker For Testing
- 09:0509:05, 13 December 2010 diff hist +24 LWBugTrackerForTesting →Light Wight Bug Tracker For Testing
- 09:0409:04, 13 December 2010 diff hist +2 LWBugTrackerForTesting →Light Wight Bug Tracker For Testing
- 09:0409:04, 13 December 2010 diff hist +198 N LWBugTrackerForTesting New page: =Light Wight Bug Tracker For Testing= * 'Opening of library files broken'. Add new project, go to libraries, try to open. Instead of the content, an error message is displayed in the edit...
- 08:5308:53, 13 December 2010 diff hist +72 ApCoCoA-1:HowTo:Testing For Releases No edit summary
10 December 2010
- 16:2616:26, 10 December 2010 diff hist +6 Downloads →Well-known Qt-GUI
- 15:2315:23, 10 December 2010 diff hist +2,029 ApCoCoA-1:HowTo:Testing For Releases No edit summary
6 December 2010
- 09:0309:03, 6 December 2010 diff hist +203 N ApCoCoA-1:HowTo:Testing For Releases New page: =What test= * Moccha (Standalone, Plugin, Update) * Qt * ApCoCoA =Test plans= ==Moccha - Standalone== ==Moccha - Plugin== == Moccha - Update== ==Qt== * Download and install the Qt ...
15 October 2010
- 17:4317:43, 15 October 2010 diff hist 0 Downloads Set links to 1.5.1 releases.
26 August 2010
- 08:5208:52, 26 August 2010 diff hist +110 ApCoCoA-1:GraphicalUserInterface No edit summary
25 May 2010
- 07:3607:36, 25 May 2010 diff hist +4,177 N ApCoCoA-1:Num.DABM New page: <command> <title>Num.DABM</title> <short_description>In a differential setting, computes the border basis of an almost vanishing ideal for a set of points using the ABM algorithm.</shor...
28 April 2010
- 12:3112:31, 28 April 2010 diff hist −70 m ApCoCoALib:CompilationInstructions →New: Building ApCoCoA with CMake
29 March 2010
- 16:0816:08, 29 March 2010 diff hist +146 ApCoCoALib:Working with CMake →Setting Initial Values current
11 November 2009
- 10:5110:51, 11 November 2009 diff hist +98 Downloads No edit summary
16 October 2009
- 15:5215:52, 16 October 2009 diff hist +812 Downloads No edit summary
12 October 2009
- 14:3214:32, 12 October 2009 diff hist +1 Downloads No edit summary
7 October 2009
- 13:1313:13, 7 October 2009 diff hist +161 Main Page No edit summary
- 13:0613:06, 7 October 2009 diff hist +4 Downloads No edit summary
- 12:3612:36, 7 October 2009 diff hist +41 Downloads No edit summary
- 10:1210:12, 7 October 2009 diff hist +419 Downloads No edit summary
11 August 2009
- 08:2808:28, 11 August 2009 diff hist +66 ApCoCoALib:CompilationInstructions →New: Building ApCoCoA with CMake
6 August 2009
- 17:0417:04, 6 August 2009 diff hist +218 m ApCoCoALib:CompilationInstructions →New: Building ApCoCoA with CMake
- 16:4316:43, 6 August 2009 diff hist +103 ApCoCoALib:CompilationInstructions →New: Building ApCoCoA with CMake
- 16:4116:41, 6 August 2009 diff hist +736 N ApCoCoALib:Working with CMake New page: =Setting Initial Values= # File $AC_ROOT/configuration/CMakeOptions.mac.sts set (BOOST_ROOT "/Users/shellcomputer/builds_AC2.0/local/boost_1_39_0" CACHE PATH "Boost Root") set (CM...
- 15:3815:38, 6 August 2009 diff hist +115 ApCoCoALib:CompilationInstructions →New: Building ApCoCoA with CMake
- 15:1115:11, 6 August 2009 diff hist +2,342 ApCoCoALib:CompilationInstructions →Step by Step build instructions
29 July 2009
- 08:5508:55, 29 July 2009 diff hist +197 ApCoCoA-1:SourceCodeManagement No edit summary
- 08:5508:55, 29 July 2009 diff hist +128 ApCoCoA-1:HowTo:Tips for developing (Ap)CoCoA with Eclipse No edit summary
20 July 2009
- 09:3709:37, 20 July 2009 diff hist +24 ApCoCoA-1:Eclipse GUI No edit summary
- 09:3709:37, 20 July 2009 diff hist −21 ApCoCoA-1:Eclipse GUI No edit summary
- 08:5908:59, 20 July 2009 diff hist 0 ApCoCoA-1:Eclipse GUI No edit summary
- 08:5208:52, 20 July 2009 diff hist +102 ApCoCoA-1:Eclipse GUI No edit summary
16 July 2009
- 12:5212:52, 16 July 2009 diff hist +199 ApCoCoA-1:HowTo:Install and Work with the Eclipse GUI No edit summary