summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2006-06-18Update mathomatic to 12.5.17.minskim2-6/+6
Changes since 12.5.15: Allow curly brackets ("{}") as parentheses. Allow all taylor command input on the command line. Add taylor command to tests. Added -u option (Unbuffered mode). Previously output was always unbuffered. Fixed compilation failure with some versions of GCC, when using readline. Made some nice changes to "gcd.c". Added "solve" as a command. Adjust copyright dates and file comments in all source files. Fix display of -0 (now displays as 0). Restore matho-sumsq to Prime Number Tools.
2006-06-16Build depends on XML::Parser.joerg3-3/+9
2006-06-15Drop maintainership, I don't use them any longer.wiz2-4/+4
2006-06-14Changes 0.9.4:adam21-66/+265
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
2006-06-14Ensure that len does not shadow a parameter of the same name.joerg4-21/+73
Don't use __sighandler_t at all, it is not standard and at least on DrgaonFly means something completely different. Also change the typedef to match what signal actually expects. Fix some more minor glitches for DragonFly.
2006-06-14Made xfractint work on NetBSD.rillig16-30/+506
2006-06-13Update to R 2.3.1markd7-109/+80
This version contains several minor fixups and removes a couple of bad bugs such as NA-handling of mean() for integer vectors. Changes 2.3.0 This version contains several changes and additions, mostly incremental.
2006-06-13move static function declarations from inside functions to topleveldbj7-8/+100
remove static from merror definition to match header declartion bump PKGREVISION for merror change this fixes compile problems on darwin
2006-06-12Add and enable xfractint.wiz1-1/+2
2006-06-12Added a patch for Solaris 5.8.rillig1-0/+22
2006-06-12Fixed problems on Solaris 5.8. Added a proper PLIST.rillig3-3/+174
2006-06-12Imported xfractint.rillig5-0/+52
Xfractint draws a wide variety of fractals. Xfractint is a port of the IBM PC program fractint. Xfractint has online documentation which should be referenced for most operation information. Note that the online documentation is from fractint, and does not always accurately describe xfractint.
2006-06-11Needs libtool.joerg1-1/+2
2006-06-09Fixed pkglint warnings.rillig3-21/+20
2006-06-09USE_LANGUAGES+=c, because linking is done with cc.rillig1-2/+2
2006-06-09Fixed pkglint warnings. Fixed gcc warnings. Bumped PKGREVISION since therillig4-15/+17
unfixed package may silently fail when sizeof(int) != sizeof(long).
2006-06-09Fixed pkglint warnings.rillig4-13/+14
2006-06-09Needs mkdirhier.joerg1-1/+2
2006-06-08Use install framework for info pages. Bump revision.joerg1-1/+4
2006-06-08Third attempt to get a correct PLIST for qalculate:joerg4-6/+21
Add locale message for sv. Bump revision. Fix configure to detect libintl correctly on NetBSD. Don't remove the entry again, fix the script if necessary!
2006-06-06Needs Python 2.3+joerg1-2/+2
2006-06-06Uses C++.joerg1-1/+2
2006-06-06Let configure use c++, it seems to work fine. Uses C++ and Fortran.joerg1-2/+3
Never build doxygen docs.
2006-06-05Update mathomatic to 12.5.15.minskim2-6/+6
Changes: - Excess variables cleanup of taylor command. - Changed argument of push command from an equation number to an equation number range. - Added easy selection of equation spaces, just type the number at the prompt. - Allow flist command when Mathomatic is compiled as a library.
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg3-6/+6
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-04Uses C++.joerg1-1/+2
2006-06-02py-Numeric exists only for 2.2+.joerg1-1/+2
2006-06-02Dependency (py-Numeric) doesn't exist for Python 2.0 and 2.1.joerg1-3/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg3-6/+9
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Needs Python 2.2 or later.joerg1-1/+2
2006-06-02Uses C++.joerg1-5/+4
2006-06-02Uses C++.joerg1-3/+4
2006-06-01Update mathomatic to 12.5.14.minskim2-6/+6
Changes: A number of minor changes. Fixes and improvements to the Mathomatic Command Reference. Upgraded clear and set commands to accept more than one argument. Gave real and imaginary commands a useful argument. Fixed a sloppiness in command line parsing in function get_range(). Code cleanup.
2006-06-01Uses C++.joerg1-1/+2
2006-05-26Fix PLIST, bump PKGREVISION, remove BROKEN_IN.wiz2-6/+3
2006-05-24Changes 3.1.1:adam2-7/+6
* Performance improvements for Intel EMT64. * Performance improvements for large-size transforms with SIMD. * Cycle counter support for Intel icc and Visual C++ on x86-64. * In fftw-wisdom tool, replaced obsolete --impatient with --measure. * Fixed compilation failure with AIX/xlc; thanks to Joseph Thomas. * Windows DLL support for Fortran API (added missing __declspec(dllexport)). * SSE/SSE2 code works properly (i.e. disables itself) on older 386 and 486 CPUs lacking a CPUID instruction; thanks to Eric Korpela.
2006-05-23Changes 4.10:adam5-20/+20
Cutting planes of two new classes were implemented: mixed cover cuts and clique cuts. On API level this feature can be enabled by setting control parameter LPX_K_USECUTS passed to the routine lpx_intopt. In glpsol this feature is available through the command-line options --cover and --clique. For more details see the reference manual. Now the routines lpx_read_mps and lpx_read_freemps support LI bound type. It is similar to LO, however, indicates the column as of integer kind.
2006-05-22regen patch-ah with correct offset.wiz2-6/+6
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-15Fix patch sums.joerg1-3/+3
2006-05-15Update mathomatic to 12.5.13.minskim2-6/+6
Changes: Improved matho-primes by making primes buffer variable size. Added "set factor_integers" option. Removed "simplify poly" option, it was rarely useful. Code cleanup, commenting, and speed optimization. Improved simplification, added the fixed problem ("tests/linear.in") to the tests.
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-05-12Honour LDFLAGS, fix errno usage.joerg8-9/+492
2006-05-11Uses C++.joerg5-5/+10
2006-05-07Uses libtool and C++, patch awayjoerg3-2/+61
2006-05-01Updated maxima to 5.9.2.rillig3-160/+202
Significant changes from Maxima 5.9.1 to 5.9.2, in no particular order. Magnitude of changes varies widely. * Parser is now entirely case sensitive, built-in keywords and variables are all lowercase only * Regularize case in printed messages * Improved TeXmacs interface, 2-d input * Moved nset (finite set functions) into Maxima core * Ported Mersenne twister rng to Maxima core * English reference manual revised (form and content) * Reference manual translated to Spanish and Portuguese * Additional tutorial documents * Discrete plots (for plot2d) * Enhancements to tensor packages (Atensor, Ctensor, Itensor) * Replaced Airy functions with much more extensive implementation * Revisions to Bessel functions o Bessel functions with real order and complex argument can be evaluated numerically. o bessel_j can be computed for negative real order. * Revisions to gamma function o Gamma function can be numerically evaluated for complex arguments. * Revisions to elliptic functions o Bugs 1165488 and 908185 fixed. o Fixed issue where many of the routines were returning single-float results instead of double-float when given rational args. o elliptic_f with complex args can be numerically evaluated. o Other inverse Jacobi routines can be evaluated at complex points. * Extensive revisions to hypergeometric functions o Adjusted routines to return the new names for the Bessel functions (like bessel_j instead of %j). o Similarly, any orthogonal polynomials now use the naming conventions used by the specfun orthogonal polynomial package. o Corrected many errors in implementation. o Some missing internal functionality added. o Bug 1155241 fixed. o Bug 1097915 fixed. o Branch cuts for various relationships between hypergeometric functions and Legendre functions were implemented or corrected. * Revised kill function (fixed several bugs, helps test suite run correctly) * Revised code to run test suite * Display noun forms 'for and 'if correctly * Display if -- then -- elseif correctly * Adjust placement of newlines between output lines * Establish configuration variable *MAXIMA-TEMPDIR*, make use in plotting * Cleaned up autoload declarations * Source code lowercase * Regularize use of packages in Maxima core * Misc code cleanups incl. sloop -> ANSI loop, rename private let and let* * New share files: share/defstruct.lisp: define structured objects, also multiple assignment share/contrib/descriptive/: descriptive statistics share/contrib/diffequations/tests/: several new tests share/contrib/distrib/: probability distributions share/contrib/plotdf.lisp: direction field plotting share/contrib/sarag/: real algebraic geometry share/contrib/state/: state variable equations share/contrib/unit/: units of measurement share/contrib/Zeilberger/: hypergeometric summation share/linearalgebra/: linear algebra share/numeric/interpol.mac: Lagrange polynomial interpolation share/tensor/: many new examples * Other bug fixes: 590222 (power series) 853830 (sum) 1045821 (describe) 618280 (entier) 512736 (alphalessp) 620928 (cfratsimp) 626728 (scanmap/bottomup) 904504 (sign1) 617021 (bfloat(%gamma)) 1052308, 1036900 (limit) 1038584 (integrate) 1169996 (example) 1274656 (dribble) 1179646, 1110733, 1070509 (tex) 1234221 (ev) 1216157 (kill-operator) 797401 (infix) 1173788 (prefix, postfix, nary, matchfix, nofix, and infix) 1290386, 1156759, 1107784 (plot2d) 1179660 (bfloat) 904295 (ratweight) 808772, 808772 (realpart) 783051 (expand) 1178648 (setup_autoload) 1175992 (playback) 1103687 (compile_file, translate_file)
2006-04-28Add SV LC_MESSAGE file to PLIST, bump revisions.joerg8-12/+16
2006-04-22Fix PLIST. Bump revision.joerg2-2/+4
2006-04-22Look in the right directory when searching for the info page.joerg1-3/+3
Bump revision.
2006-04-20Changes 1.8:adam4-15/+15
** Added an error check to trap multifit calls with fewer observations than parameters. Previously calling the multifit routines with n<p would cause invalid memory access. ** Added the Debye unit to physical constants. ** Added cumulative distribution functions for the discrete distributions, including binomial, poisson, geometric, negative binomial, pascal and hypergeometric. ** Added the functions gsl_cdf_beta_{Pinv,Qinv} and gsl_cdf_fdist_{Pinv,Qinv} for computing the inverse of the cumulative beta and F distributions. ** Added the multilinear fit estimator function gsl_multifit_linear_est for computing model values and their errors. ** Avoid division by zero in gsl_multimin_fdfminimizer_vector_bfgs if the step-size becomes too small. ** Users on DEC Alpha systems will need to specify their desired IEEE arithmetic options via CFLAGS when building the library, as these are no longer added automatically. ** Added new random variate generators gsl_ran_gaussian_ziggurat and gsl_ran_gamma_mt for the Gaussian and Gamma distributions based on the Marsaglia-Tsang ziggurat and fast gamma methods. ** Improved the speed of the exponential power distribution gsl_ran_exppow. ** Improved the speed of the Gaussian ratio method by adding quadratic bounds in gsl_ran_gaussian_ratio_method.