Powered by Apache

CVS log for OpenXM_contrib2/asir2000/engine/bf.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 4 01:57:53 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +88 -30 lines
Diff to previous 1.13 (unified)

Added 'plot_by_bigfloat' as a switch in ctrl(). If its value N is not equal zero,
then the evaluation in plot() is done by using bigdloat calculation with
decimal precision=N.
Added 'debug_plot' as a switch in ctrl(). If it is not equal zero, then
a message window is shown.
Fixed bugs in engine/bf.c.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 14 05:47:09 2015 UTC (8 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

Fixed a bug in cmpbf.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 20 08:42:07 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +15 -2 lines
Diff to previous 1.11 (unified)

Elementary functions accepts complex number arguments.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 6 23:41:52 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.10: +43 -41 lines
Diff to previous 1.10 (unified)

Added setround() for setting rounding mode in mpfr.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 6 09:12:29 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.9: +4 -5 lines
Diff to previous 1.9 (unified)

Added a new interface to ox_pari.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 6 00:43:20 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.8: +238 -201 lines
Diff to previous 1.8 (unified)

Changed the precision of result in bigfloat computation.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 5 03:46:35 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.7: +221 -29 lines
Diff to previous 1.7 (unified)

Updated engine/bf.c so that it calls appropriate functions for various
types of inputs.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.6: +206 -185 lines
Diff to previous 1.6 (unified)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 15 02:19:47 2009 UTC (14 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

Fixed a typo in pwrbf in a call of gpui_ri.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 27 14:42:29 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.4: +2 -9 lines
Diff to previous 1.4 (unified)

Removed a macro PARI23.
Asir build system checks the pari version in self.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:08 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:05 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_2_1, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:27 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:08 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:08 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>