]> git.pld-linux.org Git - packages/jacal.git/blame - jacal-texinfo.patch
- updated to 1c4
[packages/jacal.git] / jacal-texinfo.patch
CommitLineData
d66162b7
JB
1--- jacal/jacal.texi.orig 2014-04-21 10:03:14.795931395 +0200
2+++ jacal/jacal.texi 2014-04-21 10:06:35.049260552 +0200
3@@ -675,8 +675,9 @@
4 e1: ---------
5 a
6 @end example
7+@end deffn
8
9-@deffnx Command suchthat var exp
10+@deffn Command suchthat var exp
11
12 If an expression rather than an equation is given to @code{suchthat}, it
13 is as though the equation @code{@var{exp}=0} was given.
14@@ -688,8 +689,9 @@
15 e2: ---------
16 a
17 @end example
18+@end deffn
19
20-@deffnx Operator | var exp_or_eqn
21+@deffn Operator | var exp_or_eqn
22
23 An alternative infix notation is also available for @code{suchthat}.
24
25@@ -857,8 +859,9 @@
26
27 Returns the degree of polynomial or equation @var{poly} in variable
28 @var{var}.
29+@end deffn
30
31-@deffnx Operator degree poly
32+@deffn Operator degree poly
33
34 Returns the total-degree, the degree of its highest degree monomial,
35 of polynomial or equation @var{poly}.
36@@ -1016,10 +1019,12 @@
37 Returns @var{poly1} reduced with respect to @var{poly2} (or @var{eqn})
38 and @var{var}. If @var{poly2} is univariate, the third argument is not
39 needed.
40+@end deffn
41
42-@deffnx Command mod poly1 n
43+@deffn Command mod poly1 n
44 Returns @var{poly1} with all the coefficients taken modulo @var{n}.
45-@deffnx Command mod poly1
46+@end deffn
47+@deffn Command mod poly1
48 Returns @var{poly1} with all the coefficients taken modulo the
49 current modulus.
50
51@@ -1220,8 +1225,9 @@
52 e1: -1 2 3 5
53 @end group
54 @end example
55+@end deffn
56
57-@deffnx Command factor polyratio
58+@deffn Command factor polyratio
59 Given a univariate ratio of polynomials @var{polyratio}, returns a
60 matrix of factors and exponents.
61
62@@ -2464,8 +2470,9 @@
63 If you do not wish to return to Jacal but really want to terminate the
64 session and return to the operating system, then after typing
65 @code{qed();}, type @code{(slib:exit)} or use @code{quit}.
66+@end deffn
67
68-@deffnx Command quit
69+@deffn Command quit
70 Exit directly from Jacal to the operating system. You will not be able
71 to continue your Jacal session.
72
This page took 0.107453 seconds and 4 git commands to generate.