Skip to content

Commit 3235d10

Browse files
committed
Fix #970 Wrong documentation for PolynomialRemainder
1 parent 57eb7c3 commit 3235d10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

symja_android_library/doc/functions/PolynomialRemainder.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## PolynomialQuotient
1+
## PolynomialRemainder
22

33
```
4-
PolynomialQuotient(p, q, x)
4+
PolynomialRemainder(p, q, x)
55
```
66

77
> returns the polynomial remainder of the polynomials `p` and `q` for the variable `x`.
88
99
```
10-
PolynomialQuotient(p, q, x, Modulus -> prime)
10+
PolynomialRemainder(p, q, x, Modulus -> prime)
1111
```
1212

1313
> returns the polynomial remainder of the polynomials `p` and `q` for the variable `x` modulus the `prime` integer.

symja_android_library/matheclipse-core/src/main/resources/doc/functions/PolynomialRemainder.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## PolynomialQuotient
1+
## PolynomialRemainder
22

33
```
4-
PolynomialQuotient(p, q, x)
4+
PolynomialRemainder(p, q, x)
55
```
66

77
> returns the polynomial remainder of the polynomials `p` and `q` for the variable `x`.
88
99
```
10-
PolynomialQuotient(p, q, x, Modulus -> prime)
10+
PolynomialRemainder(p, q, x, Modulus -> prime)
1111
```
1212

1313
> returns the polynomial remainder of the polynomials `p` and `q` for the variable `x` modulus the `prime` integer.

0 commit comments

Comments
 (0)