summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02Add dependency on qt4-tools to counter installation problemsreinoud1-2/+3
2012-04-01Ad hoc fix to make OpenAxiom build with CLISP on NetBSD/amd64.asau2-1/+79
It sounds like COMPILE-FILE is broken in CLISP on NetBSD/amd64. Silence warnings and suppress redefinition check in order to compile it without a single warning.
2012-04-01Update to version 1.7-2 of the R geoR package. Cleanup of DESCR andbrook3-10/+14
Makefile. Geostatistical analysis including traditional, likelihood-based and Bayesian methods.
2012-04-01Update to version 0.9-98 of the R sp package. Cleanup of DESCR andbrook3-11/+12
Makefile. A package that provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
2012-04-01Added new package R-splancs.brook1-1/+2
2012-04-01Initial import of the R-splancs package.brook3-0/+25
splancs: Spatial and Space-Time Point Pattern Analysis
2012-04-01Added the new package R-RandomFields.brook1-1/+2
2012-04-01Initial import of package.brook3-0/+25
RandomFields: Simulation and Analysis of Random Fields Simulation of Gaussian and extreme value random fields; conditional simulation; kriging.
2012-03-23Fix the bloody fpos_t/off_t mess.christos3-1/+79
2012-03-23Add forgotten patches.asau2-0/+24
2012-03-23Update to OpenAxiom 1.4.1asau5-66/+81
Changes in OpenAxiom-1.4.1 Algebra The domain ScriptFormulaFormat and the package ScriptFormulaFormat1 have been removed. Changes in OpenAxiom-1.4.0 This release introduces the following changes from the base document ("AXIOM: The Scientific Computation System" by Jenks and Sutor). Compiler * The compiler now accepts interpreter-style unnamed functions. * The compiler now generate far better (Lisp) codes for Spad libraries or scripts. The compiler now applies more aggressive (but sound) optimizations, including domain inlining, type propagations. * The compiler now accepts interpreter-style unnamed functions. * Parameterized macros are now supported by the compiler. * The compiler now support exception handling. In particular, the try/finally programming construct was added to support reliable resource management (e.g. opening/closing or creating/removing files.) Algebra In addition to novelties in OpenAxiom-1.3.0, the following types have been added to OpenAxiom-1.4.0: * The category BooleanLogic has been added. It is now extended by PropositionalLogic and BitAggregate. The domain SingleInteger now satisfies BooleanLogic. * It it now possible to obtain the string representation of a DoubleFloat value. The function string: DoubleFloat -> % was added to the domain String * A function matrix is now exported by the category MatrixCategory to allow construction of matrices whose entries can be succinctely described by a function. For instance, the 4-by-4 Hilbert matrix may be expressed as m: Matrix Fraction Integer := matrix(4,4,(i,j) +-> 1/(i+j)) Note that the third argument is a function that computes the value of the (i,j)th entry. * The category StringCategory was removed as it was essentially redundant with the category StringAggregate. * The category MappingCategory is now part of the algebra as a builtin category constructor. * The following operators less?: (%,NonNegativeInteger) -> Boolean more?: (%,NonNegativeInteger) -> Boolean size?: (%,NonNegativeInteger) -> Boolean have been moved from the category Aggregate to StreamAggregate where they seem more appropriate. * The domain InnerTaylorSeries now satisfies the category BiModule. * The domains FreeModule and OrderedFreeMonoid now satisfy the newly added FreeMonoidCategory. * The list of domains for OpenAxiom program manipulation has been expanded. * Support for range and segment bindings now includes RangeBinding. Boot Boot, the programming language used to write the OpenAxiom compiler, has been vastly improved. Lisp codes are being phased out.
2012-03-22Update -pear-Numbers_Words to 0.16.4.taca2-6/+6
0.16.4 Release date: 2012-03-21 02:13 UTC Release state: beta Changelog: * Currency names for Dutch * Re-licensed to PHP 3.01 [ifeghali] 0.16.3 Release date: 2011-12-10 15:37 UTC Release state: beta Changelog: QA Release * Bug #12512 Windows incorrect declaration of toWords() in lang.fr.php (and others!) ifeghali * Bug #17373 bug in toWords function for hungarian translation kouber * Bug #17392 bugs in toWords function for hungarian translation ifeghali * Bug #17754 Patch: Using explode instead of split ifeghalbi * Request #17763 Independent tr_TR Lang support ifeghali * Bug #17794 Patch: avoiding split in es_MX file ifeghali * Bug #18501 incorrect declaration of toWords() in lang.fr.php kouber * Bug #19013 remove error_reporting (for PEAR QA team) ifeghali
2012-03-20add analitza, cantor, kalgebramarkd1-1/+4
2012-03-20add analitza, cantor, kalgebra. Part of KDE SC 4.8.0markd13-0/+285
2012-03-20add kcalcmarkd1-1/+2
2012-03-20Import kcalc. Part of KDE SC 4.8.0markd4-0/+36
KDE scientific calculator
2012-03-18Update to Mathomatic 15.8.1asau3-20/+6
CHANGES MADE TO MATHOMATIC 15.8.0 TO BRING IT UP TO THE NEXT VERSION: Added some important missing documentation, and the makefiles were fixed. Some scary messages explained to make them less scary. 02/23/12 - All makefiles corrected to fix the following problem: Removed -Cv option from the install command, so that installing Mathomatic under NetBSD works without a hitch. The "install -Cv" option is not supported under some operating systems, so compiling and installing Mathomatic will now be easier on those systems. 02/27/12 - Added Heron's formula (calculates the area of any triangle, given all three side lengths) to the "help geometry" command. Mathomatic can solve for any side length, too. See "tests/heron.in" for some proofs. 03/01/12 - "make uninstall" is now passing the current "prefix" (the directory being operated on, like "/usr") to the lib and primes uninstall. 03/04/12 - Added noisy compile-time warning if DBL_DIG is not 15, and display it as digits precision in the version command. Removed "no right_associative_power" from set options listing, now only lists "right_associative_power" if it is set. A very unimportant and rarely used option that was just taking up display space. However, when set, this option makes Mathomatic work like most other computer algebra systems when parsing multiple power operators on the same level (without parentheses). So feel free to use it, or recommend I make it the default. 03/06/12 - Fixed a bug in modulus simplification; sometimes it would go in an infinite loop because it was not checking that it made the expression smaller. It now checks that the result is actually smaller. Surprisingly, this problem happened only when doing polynomial division for a modulus operator to simplify it. Here is a test expression, to see if you have this bug: (x % ((x - y)/integer_any1)). Simplifying it results in a hang, on any version of Mathomatic without the new bug fix. Mathomatic version 15.8.1 released Friday 03/09/12.
2012-03-16Set LICENSE. Quell a pkglint warning.wiz1-2/+3
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz2-4/+4
py-* not affected, since it built different versions depending on the setting already.
2012-03-06Fix build with pcre-8.30+.wiz2-1/+28
Based on patch by Petr Pisar <ppisar@redhat.com>
2012-03-03More pcre PKGREVISION bumps.wiz2-4/+4
2012-03-03Changes 3.3.1:adam3-7/+9
* Reduced planning time in estimate mode for sizes with large prime factors. * Added AVX autodetection under Visual Studio. * Modern Fortran interface now uses a separate fftw3l.f03 interface file for the long double interface, which is not supported by some Fortran compilers. Provided new fftw3q.f03 interface file to access the quadruple-precision FFTW routines with recent versions of gcc/gfortran. * Added support for the NEON extensions to the ARM ISA. * MPI code now compiles even if mpicc is a C++ compiler.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz23-45/+46
2012-03-01 Honor CFLAGS/CXXFLAGS and avoid to override the optimizer levels.obache2-5/+17
2012-03-01Add comment.obache2-3/+5
2012-02-29Recursive bump from devel/boost-libs update.hans2-2/+4
2012-02-27Add cgal, Computational Geometry Algorithms Library to the math Makefilereinoud1-1/+2
2012-02-27Import math/cgal version 3.9, Computational Geometry Algorithms Libraryreinoud6-0/+2636
2012-02-24update to 0.7.1drochner4-370/+646
This is a major update, many additions and improvements. Dropped Python-2.4 support.
2012-02-24update to 0.17drochner3-16/+27
changes: -various additions and improvements -bugfixes -dropped Puthon-2.4 support
2012-02-24Changes 1.37:adam3-27/+25
* Updated test files from the Math::BigInt distribution * Updated bundled Devel::CheckLib from v0.92 to v0.93 * Math::BigInt::GMP now requires Math::BigInt v1.997 * Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are generated by the distribution author at packaging time, MYMETA.* are generated by the end user at configure time after any dynamic dependencies are known. * Changed Makefile.PL so that a "make dist" makes a META.yml and META.json. * Updated common test files from the Math::BigInt distribution.
2012-02-23Update to FriCAS 1.1.6asau3-15/+55
Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23Update to Mathomatic 15.8.0asau4-19/+30
CHANGES MADE TO MATHOMATIC 15.7.3 TO BRING IT UP TO THE NEXT VERSION: 02/05/12 - The variables command now returns false (with error message) if no normal variables are listed with the default or "count" command line options. This is so it can detect numeric-only expressions, which may be useful. 02/08/12 - The set command now returns the string "Success." upon success, if the debug level is positive or zero. m4 Mathomatic startup m4 scripts required adjustment, so they wouldn't repeatedly say "Success.". 02/13/12 - The variables command by default now displays e, i, pi as e#, i#, and pi#, so you can tell they are not normal variables. This affected other functionality of the variables command, fix was uploaded before the end of the day. 02/14/12 - Change of 12/24/11 was undone. Many expressions containing the imaginary unit, such as the complex exponential expansion of the tangent function, were not getting simplified with the simplify command. See the complex number problem in "misc/known_bugs.txt". Simplification should work better now for expressions containing division by complex numbers. Mathomatic version 15.8.0 released Saturday 02/18/12. CHANGES MADE TO MATHOMATIC 15.7.2 TO BRING IT UP TO THE NEXT VERSION: Some minor user interface improvements were made. 12/14/11 - Further improved parse_complex(), so simplify works better and the divide command no longer approximates, giving more accurate symbolic answers. 12/18/11 - Combining powers and different denominators that contain absolute values like ((x^2)^.5) is now prevented. This allows correct simplification and solving when dealing with absolute values. Tested with the Batman equations, which, when plotted display the Batman logo ("tests/batman_plot"). 12/21/11 - Moved place where 1/i is converted to -i to within the complex number division handler, making complex number results more consistent and correct. 12/23/11 - Changed the chief author's main email address to "gesslein@mathomatic.org". The old linux.com email address didn't seem to work, reliability issues, etc. 12/24/11 - Combining different denominators that contain the imaginary unit (i) is now prevented. This prevents getting different answers after simplifying a complicated complex number expression. 01/01/12 - All copyright dates updated to include the new year 2012. Happy New Year everybody! "set html" in the library now allows pretty HTML output with redirected output and with 2D library result string expression output ("set display2d" or display command). Still no color HTML output for the library. 01/04/12 - Improvement to simplification made, less unnecessary divisions and prettier results of the simplify command. Needs testing. 01/05/12 - Added color HTML output for redirected output when using the symbolic math library. 01/24/12 - Increased the size of icons/mathomatic.png to 64x64 and made it look nicer. This is the new, resizeable Mathomatic logo: icons/mathomatic.svg. 01/25/12 - Published makenews.sh script to make the NEWS file out of the changes.txt file. 01/26/12 - Added tests/demo and tests/demo_sub, to run specific scripts, and create complete HTML output files from them. These are used to create the examples on the Mathomatic website. Mathomatic version 15.7.3 released Wednesday 02/01/12. CHANGES MADE TO MATHOMATIC 15.7.1 TO BRING IT UP TO THE NEXT VERSION: A C code cleanup was performed and new debugging/self-checking code was added. 11/19/11 - "make uninstall" now uninstalls the prime number tools and symbolic math library too. 11/20/11 - Cleaned up calculate command to allow feedback iteration of more than one expression at a time, for a consistent user interface. 11/22/11 - The Mathomatic command "help geometry" now enters the common geometry formulas for you, into equation spaces. Added "help conversions" which enters some common metric/English conversion formulas; with it, you just select the equation that does what you want, solving for the desired unit of measurement. Then you just type "repeat calculate" to try different values. "tests/geometry.in" and "tests/conversions.in" have been subsequently removed. 11/25/11 - When compiled for the Symbolic Math Library, Mathomatic defaults to single-line output ("set no display2d"), so that output can be easily fed back into the input. Otherwise, output defaults to 2D mode ("set display2d"). Mathomatic no longer ignores the display2d flag when using the Symbolic Math Library. 11/26/11 - The command "factor number" now works in the symbolic math library, similarly to the way it works in the Mathomatic application. 11/27/11 - matho-sumsq in the Prime Number Tools now gets its input from standard input, if invoked with no arguments. 11/29/11 - Added shell script "misc/testprimes" for a parallel, brute force test for the first 50,000,000 primes generated by matho-primes. Read the shell script for more information. Runs in 30 seconds on a fast, dual-core computer. 11/30/11 - Added -m option to matho-primes, which allows specifying a memory size multiplier. 12/02/11 - Added ability to push a text string into the readline history buffer, with the "push string" command. Whenever the command "push equation-number-ranges" fails, the entire argument text string is pushed, instead. 12/03/11 - Made it so that entering "#" followed by a variable name at the main prompt searches backwards through all equation spaces for that variable, and then selecting and displaying that equation space. "/" followed by a variable name performs similarly, but searches forward. 12/04/11 - Added "help main" command, which lists all things allowed at the main prompt. Added "tests/cubic2.in", which is the general cubic polynomial formula using 2 equations. Improved display order and functionality of "optimize all" command. 12/11/11 - Better detection of complex numbers with fixed parse_complex() internal function. Rationalizing denominators that contain absolute values ((x^2)^.5) is now prevented. This was a bug. Mathomatic version 15.7.2 released Tuesday 12/13/11. CHANGES MADE TO MATHOMATIC 15.7.0 TO BRING IT UP TO THE NEXT VERSION: 11/03/11 - Added "tests/heart.in", which plots a nice looking heart with gnuplot while running Mathomatic. Displaying thousands separators in MinGW was failing, now it must be specified with the THOUSANDS_SEPARATOR compile-time define. Thousands separators are not well supported in most standard C libraries, causing failure to display numbers, so they are now turned off. So now "set finance" works in the MS-Windows version, it was not working at all before (bug reports, anyone?). 11/04/11 - Testing "set finance" mode when doing the standard Mathomatic tests now. "tests/finance.in" now does "set finance" first thing. Do we need a round-up option for "set finance" mode? Currently rounds to nearest cent. 11/06/11 - Some minor improvements to the Mathomatic symbolic math library error handling output were made. And no more redundant nor inappropriate things are sent to standard output when SILENT=0, only helpful messages are output. Added the "unfactor count" command option, which also displays the resulting number of additive terms in each equation side. 11/10/11 - Improved error and warning messages. Rearrangements were made for future reliability and thorough testing. 11/11/11 - Allow multiple equation-number-ranges for the simplify command. 11/12/11 - Code cleanup and added more DEBUG error checking. Added a little helpful color to the help command. 11/13/11 - "repeat echo -" now draws a line of dashes, "repeat echo" clears the screen, etc. The derivative command now properly terminates as soon as the derivative reaches 0, whenever an order greater than 1 is specified. Previously it just kept differentiating, order times. The number of derivatives taken until the result reached 0 is displayed. No primes are added to the LHS variable if the required number of primes to add won't fit in the variable name. Previously it gave the wrong number of primes (') if they all didn't fit. Cleanup of the Mathomatic Prime Number Tools and their man pages. 11/14/11 - Fixed a missing check for out of memory failure in plot command. Plotting expressions with sign variables in them now gives a suggestion to try "simplify sign" first, because gnuplot doesn't handle +/- or sign variables, but it can plot multiple expressions at once. 11/17/11 - Made "make test" and ./t work under Cygwin, by ignoring trailing carriage returns when comparing test output. Mathomatic version 15.7.1 released Friday 11/18/11. CHANGES MADE TO MATHOMATIC 15.6.5 TO BRING IT UP TO THE NEXT VERSION: A C code cleanup was done. 10/02/11 - Allow an equation-number-range to be specified on the calculate command command-line, so that multiple equation spaces can be calculated automatically with a single command. 10/19/11 - Improved nintegrate command results. nintegrate of cos(sin(x+1)) wrt x from 0 to 1 now always gives the correct simplified result. Rewrote to allow specifying lower and upper bounds on command line. 10/20/11 - Divide command improved: Allow specifying the dividend and divisor on the command line. Other minor fixes. The Mathomatic command "plot x^2" works now, Mathomatic automatically replaces all ^ with ** on the plot command line. 10/21/11 - Added compilation option -fexceptions to CFLAGS in the Mathomatic application and library makefiles and build scripts. May be why exception handling wasn't working well in the past. 10/22/11 - Fixed the display command in the symbolic math library to respond to "set columns=number" to cut-off the 2D expression output string at the number column, instead of always 80 columns. And Unix shell style redirection for the display command works now, to be consistent with the other library commands, simultaneously returning a single 2D expression string (width controlled by the "set columns" variable) and outputting all specified 2D expressions to the file pointed to by gfp (width limit set to infinity). Trying to remove -lncurses from ld command line again, getting more build failures because of it. To compile under old Red Hat Linux, "LDLIBS=-lncurses make READLINE=1" must be used now. All other distros should easily compile with no changes now. 10/24/11 - Added the "variables count" option, to display the counts of each variable in the specified expressions or equations. 11/01/11 - Added "NEWS" file, which is just "changes.txt" reversed. "NEWS" is ordered neatly with the latest changes at the top. Mathomatic version 15.7.0 released Wednesday 11/02/11. CHANGES MADE TO MATHOMATIC 15.6.4 TO BRING IT UP TO THE NEXT VERSION: 8/25/11 - Now allowing balanced parentheses with anything inside them in variable names, so that they can preserve functions temporarily. Just type "set special ()" to use this option and stop getting errors when entering functions. They will not be real functions, just variables whose name is the complete function string. 8/27/11 - Added sinc(x) function to m4 Mathomatic, which is the normalized sinc function, defined as sin(pi*x)/(pi*x). 8/31/11 - Split off the generally useful stuff and general C math defines from am.h to standard.h; am.h only contains Mathomatic defines now. standard.h and complex_lib.c with complex.h can be included in your C math programs if you like, with no changes required. Use of gcd.c in other floating point programs that need a gcd() or double-to-fraction convert function is recommended. The code has been heavily tested by this CAS. 9/02/11 - Fixed and tested the variables command to handle complex number equations better. 9/04/11 - Cleaned up and improved documentation on modular arithmetic and its options. Mathomatic can simplify, calculate, and even solve modular arithmetic! 9/06/11 - The 2D display command's internals were rewritten to allow outputting to C string buffers. This allows the display command to return a multi-line, formatted expression string when using the Symbolic Math Library. Note that there is no color mode when outputting to a C string, but if you send the string to a terminal, it displays the specified equation space nicely in 2D fraction format. 9/18/11 - Mathomatic "help color" command page created. 9/19/11 - Ported Mathomatic to latest OpenIndiana SunOS operating system. Some changes were required and implemented for easier compilation. All tests passed! 9/24/11 - Improved set command error reporting. Mathomatic version 15.6.5 released Sunday 09/25/11. CHANGES MADE TO MATHOMATIC 15.6.3 TO BRING IT UP TO THE NEXT VERSION: 8/05/11 - Approximating complex number roots only when helpful or approximating, improving some results when imaginary numbers are used; for example, simplifying sqrt(sin(x)) now returns the best possible result. 8/06/11 - Added "make strip" target to allow easily running the Unix strip utility on the resulting binaries. Deleted the "make install-strip" and "make bininstall-strip" targets. Additionally display C compiler version number in version command. 8/09/11 - Added ability to make a shared library of the Symbolic Math Library, using the cmake utility. "CMakeLists.txt" was the only file changed. The shared library is thoroughly UNtested. :-) 8/13/11 - A colon character (:) placed before any main prompt input will make it ignore any error occuring in that particular line, so any current read operation won't abort. Any Mathomatic command preceded with a colon will always return with successful status. File "misc/identities.in" was added, showing a strength and weakness of Mathomatic. Removed "doc" target in makefile, due to interference from a directory of the same name; use the "html" target instead. Added cheat card "doc/quickrefcard.html", created by "make htmlcard" and scripts "makehtmlcard.sh" and "makehtmlcard.awk". The PDF of this currently has to be made manually with a web browser, using print to PDF file. Added ability to automatically create cheat sheet "quickref.pdf", created by "make pdfsheet", which invokes script "makepdfsheet.sh". 8/19/11 - General complex number root approximation bug fix: expressions like sqrt(sin(9)) now give the correct result, instead of a negative number, when using the calculate command. The calculate command is used to immediately evaluate it when you type "sqrt(sin(9))" into the m4 Mathomatic main prompt. 8/20/11 - The variables command now defines all "integer" and "sign" variables as "int" instead of "double". 8/21/11 - Rewrote the code command code lister to allow output to a C string. Code command is now completely available with string output in the Symbolic Math Library, meaning Mathomatic can automatically generate programming language code within other programs now. Mathomatic version 15.6.4 released Wednesday 08/24/11. CHANGES MADE TO MATHOMATIC 15.6.2 TO BRING IT UP TO THE NEXT VERSION: Source code and user documentation cleanup and corrections. Creating a PDF book from the Mathomatic man pages with "make bookman" is more likely to work now. Package txt2man must be installed to run "make bookman". 6/24/11 - Added file misc/known_bugs.txt, which is the current list of known bugs in Mathomatic. 7/04/11 - Added file tests/quadratic.in, just a script that solves the general quadratic equation. 7/06/11 - Fixed error messaging to not always give command usage information when a command fails or gives a negative result. Now only gives command usage info when helpful, like when something on the command line is incorrect. 7/07/11 - Fixed the Mathomatic derivative command to not fail with a helpful error message when the derivative is zero. Now it just gives a warning message along with the successful result of the constant zero. 7/23/11 - Mathomatic no longer compiles correctly with the latest Xcode gcc, due to a bug in Apple's gcc optimizer. Either turn the optimizer completely off when compiling with Xcode, or use the gcc provided by MacPorts. Xcode version 3.x and other non-Apple C compilers will work fine. All mention of Xcode has been removed from the Mathomatic distribution. 7/28/11 - Balanced parentheses and brackets are now allowed in variable names, if the "set special_variable_characters" command is run first. For example, "set special ()" will allow entry of named functions, converting them to variables, which might be useful in some cases. However, entry of variables like "f(x)" will not be differentiatable, because there is no "x" variable in that, only the "f(x)" variable. There can be no spaces encountered in the function; variable names end at any non-variable character, including space characters. I can change this, if anyone requests it. Entry of array elements is still possible with "set special []". This is the default. 7/29/11 - Prompts are now blue when reading files into Mathomatic in color mode. 7/30/11 - Allow an equation number range on the solve command line, for faster, more automated solving. If you want to solve all entered equations for x, just type "solve all x" or "solve verify all for x" to be sure. 7/31/11 - Allow "repeat read filename" command, which repeatedly reads a script until it fails or is aborted. 8/04/11 - "make install" now shows if installed executables are new or have changed since the last install. Mathomatic version 15.6.3 released Thursday 08/04/11. CHANGES MADE TO MATHOMATIC 15.6.1 TO BRING IT UP TO THE NEXT VERSION: 6/06/11 - Corrected datadir variable usage in the main Mathomatic makefile. Directly importing datadir could have catastrophically deleted the entire /usr/share directory with "make uninstall". 6/12/11 - Added proper compilation option (WIN32_CONSOLE_COLORS) for color mode in MinGW, in case use with mintty.exe is desired. Mathomatic version 15.6.2 released Sunday 06/12/11. CHANGES MADE TO MATHOMATIC 15.6.0 TO BRING IT UP TO THE NEXT VERSION: The Mathomatic user documentation and help have been shaped up. A BOLD_COLOR compile-time flag was added, to make Mathomatic default to using bold color mode. Used on the Mac and Windows versions of Mathomatic now. 5/8/11 - The "factor number" command now allows number ranges, in addition to integers and integer expressions. 5/9/11 - Install "m4/functions.m4" to proper directory (/usr/share/mathomatic/m4). The "m4" directory is no longer installed to the system doc directory. A big thanks to Terje Røsten of Fedora for showing me the way on this, and for his timely Mathomatic package maintenance in Fedora Linux. 5/11/11 - The matho-primes utility can now be run from within Mathomatic by typing "list primes". Put any arguments you want to pass to matho-primes on the "list primes" command line. Redirection doesn't work yet for this, so it remains undocumented. 5/15/11 - Added NOGAMMA compile-time define, which makes the factorial function integer only, if desired. Added color mode to the MinGW Windows version of Mathomatic, thanks to Doug Snead for the code. Tested in cmd.exe, command.com, and CygWin. The new color mode does not work in mintty.exe. 5/16/11 - Allow defining SILENT=0 when compiling the symbolic math library, so that "set debug level" works and normal Mathomatic debugging works within the library code. Thanks to Doug Snead for suggesting this. 5/21/11 - Changed "make check" to not use the time command, as /usr/bin/time is not available on all systems. "make test" performs the same function and still uses time. 5/23/11 - Updated the Free Software Foundation's address in the LGPL license text and in all source files. Mathomatic version 15.6.1 released Sunday 06/05/11.
2012-02-16Uses a BSD makefile.hans2-2/+4
2012-02-09Add SET_LIBDIR=yessbd1-1/+2
2012-02-09distutils pkg, register egg-info.obache2-6/+6
Bump PKGREVISION.
2012-02-09+gcalctool-gtk3drochner1-1/+2
2012-02-09import gcalctool-6.2.0 which requires gtk3, thus the name, fromdrochner4-0/+787
Patrick Welche per PR pkg/45923
2012-02-06Revbump forwiz25-49/+50
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-21Update ruby-spreadsheet to 0.6.8.obache2-6/+6
=== 0.6.8 / 20.01.2012 * adds the fix to allow the writing of empty rows, by ClemensP. * Test also by ClemensP.
2012-01-18disable gnome desktop integration features which depend on libgsf-gnome,drochner2-17/+4
the latter is discontinued upstream bump PKGREV
2012-01-18Update ruby-spreadsheet to 0.6.7.obache3-7/+9
=== 0.6.7 / 18.01.2012 * http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points point 2. * Tests by Michal * Patches by Timon === 0.6.6 / 18.01.2012 * http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points 8 and 9. * Fixes byjsaak@napalm.hu * Patches by Vitaly Klimov
2012-01-16The gnu triple for Linux is *-*-linux not *-*-linux-gnu.sbd2-5/+14
2012-01-14gsed related clean up.obache2-11/+3
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14Force real gsed only on NetBSD.hans1-1/+4
2012-01-14Convert the remaining few packages that explicitly set DEPENDS orhans2-7/+4
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache5-10/+10
2012-01-10Update to Maxima 5.26.0asau3-11/+63
No detailed list of changes since 5.24.0
2012-01-02Update from 5.3.1 to 5.5.2 to improve the chances of building.dholland6-247/+190
(Leaf package, so ok during freeze.) Upstream changelog: 2009.08.14: Changes between NTL 5.5.1 and 5.5.2 New routines MulAddTo and MulSubFrom for computing x += a*b and x -= a*b, where x and a are ZZ's and b is a ZZ or a long. In the case where b is a long, this may be much faster than writing mul(t, a, b); add(x, x, t). See ZZ.txt for details. These new routines are used in a number of places in NTL to get faster algorithms (for example, the LLL routine). Fixed a relatively benign indexing bug in GF2EX discovered by Berend-Benjamin Tams using the valgrind tool. 2009.05.05: Changes between NTL 5.5 and 5.5.1 If using GMP (via either NTL_GMP_LIP or NTL_GMP_HACK), then the new version (4.3.0) of GMP implements the XGCD functionality differently, so that the coefficients do not always agree with those returned by the classical extended Euclidean algorithm. This version of NTL corrects the coefficients, so that the "classical" coefficients are always produced, regardless of GMP's implementation. This version of NTL also works around a bug in GMP 4.3.0's XGCD code (although that bug should be fixed in GMP 4.3.1). The configure script has been slightly modified: there is a new configuration variable DEF_PREFIX, whose value can be used to set PREFIX, GMP_PREFIX, and GF2X_PREFIX in one stroke. Also, the (somewhat esoteric) configure variables GMP_LIBDIR, GMP_INCDIR, GF2X_LIBDIR, and GF2X_INCDIR have slightly different meanings now. 2009.04.08: Changes between NTL 5.4.2 and 5.5 Added the ability to generate a shared library (with help from Tim Abbott). Details. Fixed some standardization issues (with help from Tim Abbot): default location of installed documentation files now conforms to standards; use of EOF now conforms to standards. Added a callback mechanism to NTL's error reporting function. See ErrorCallback in tools.txt. Added support for the gf2x library for speeding up arithmetic in GF2X (with help from Emmanuel Thom?). Details. In conjuction with the above, I also changed the GF2X so that it works better with very large polynomials: large blocks of memory are released, recursive HalfGCD algorithms are used for large polynomials. Fixed a bug in void TraceMod(zz_p& x, const zz_pX& a, const zz_pXModulus& F) (reported by Luca De Feo). Fixed a performance issue in various versions of SetCoeff (reported by Luca De Feo). Fixed the declaration of mat_zz_p transpose(const mat_zz_p& a) (reported by Benoit Lacelle). 2008.03.05: Changes between NTL 5.4.1 and 5.4.2 Fixed a bug in the sub(ZZ_pEX, ZZ_pE, ZZ_pEX) and sub(zz_pEX, zz_pE, zz_pEX) routines (reported by Charanjit Jutla). Under certain circumstances, these could outout wrong answers. 2007.05.09: Changes between NTL 5.4 and 5.4.1 Fixed rounding bug in expm1 (reported by Paul Zimmermann). Fixed memory leak in several LLL routines (reported by Friedrich Bahr). Fixed infinite loop in several LLL routines (this only occurred on machines, like x86, with double rounding). Improved GF2X timing tests (suggested by Paul Zimmermann). 2005.03.24: Changes between NTL 5.3.2 and 5.4 By default, NTL now compiles in ISO mode (using namespaces, etc.). You can always revert to traditional mode by unsetting the flag NTL_STD_CXX (either pass NTL_STD_CXX=off to the configure script, or manually edit the config.h file). Some bug fixes: The sqrt and log1p routines for the RR class would produce incorrectly rounded results in certain circumstances (although this only affected the relative error of the result very marginally). The SqrRootPrec routine for the RR class could not be called, because it was defined incorrectly. Thanks to Paul Zimmermann for finding (and fixing) these bugs! Paul has also validated NTL's RR class by cross-checking it with the MPFR library. Some performance enhancements: Added a new MulModPrecon inline function for computing (a * b) % n for single precision numbers, when b and n are fixed for several computations. On some platforms this can be twice as fast or more than the old MulMod2 routine. This indirectly affects a lot of computations that are done via homomorphic imaging (polynomial multiplication over zz_p, ZZ_p, and ZZ, matrix computations over zz_p and ZZ). Rewrote the small prime FFT to take advantage of the new MulModPrecon, and to be more cache friendly. Improved the performance of the GF2X multiplication routine. On some platforms, it can be twice as fast as the old one. Thanks (again) to Paul Zimmermann for suggesting some of these improvements and supplying some of the code. Miscellany: Rewrote several of the installation scripts in Perl (the old shell scripts were getting too messy to maintain). However, the syntax for all of the command-line interfaces remains identical. 2004.05.21: Changes between NTL 5.3.1 and 5.3.2 Some bug fixes. Re-wrote SqrRootMod to make it run faster.