Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/ftab.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +27 -27 lines
Diff to previous 1.15 (unified)

Changed a tab to two space charaters.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:44 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Wed Sep 21 23:39:32 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (unified)

Added a flag for builtin functions, which indicates a capability of
accepting quoted arguments.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 18 16:50:10 2004 UTC (19 years, 4 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (unified)

Add new matrix type, OID 24.
This matrix is form of index.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 2 03:24:24 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (unified)

Please execute configure because a new file has been added.

Added a file builtin/round.c.
Added functions {add,sub,mul,div}_{pinf,minf} for arithmetics with
rounding direction (experimental, using macros in interval.h).

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 20 07:18:42 2003 UTC (20 years, 6 months ago) by saito
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified)

add new function polynoimal equaiton solve.
return val is interval num.
solve( poly, limt); interval num.
nsolve( poly, limt); big num.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:54 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (unified)

All the modifications wrt switches were reverted.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:23 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:07 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (unified)

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

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 14 18:39:02 2003 UTC (21 years, 2 months ago) by saito
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified)

add matrix new function.
matrix fundamental row operation.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 14 03:51:38 2002 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (unified)

Added a file builtin/user.c to add user-defined builtin functions.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 22 09:58:32 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +9 -2 lines
Diff to previous 1.4 (unified)

Add to interval number function.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:50 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.3: +2 -35 lines
Diff to previous 1.3 (unified)

Removed ugly '#if defined(THINK_C)'.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:03:57 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, 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:19 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:07 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:07 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>