Skip to content

Commit 125fefa

Browse files
committed
arch/doc
1 parent fa82b55 commit 125fefa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+11183
-7990
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,10 @@ ce.declare('Mean', { evaluate: (ops, { engine }) => ce.number(1) });
607607
- `algebraic` - algebraic numbers, rational and irrational
608608
- `transcendental` - transcendental numbers, π, e, ...
609609

610-
- `positive` - positive real numbers, > 0
611-
- `negative` - negative real numbers, < 0
612-
- `nonnegative` - nonnegative real numbers, >= 0
613-
- `nonpositive` - nonpositive real numbers, <= 0
610+
- `positive` - positive real numbers, \> 0
611+
- `negative` - negative real numbers, \< 0
612+
- `nonnegative` - nonnegative real numbers, \>= 0
613+
- `nonpositive` - nonpositive real numbers, \<= 0
614614

615615
- `even` - even integers, 0, 2, 4, 6, ...
616616
- `odd` - odd integers, 1, 3, 5, 7, ...
@@ -1631,7 +1631,7 @@ They can be iterated, sliced, filtered, mapped, etc...
16311631
it to `false` to prevent some transformations that are done to produce more
16321632
readable LaTeX, but that may not match exactly the MathJSON. For example, by
16331633
default `ce.serialize(["Power", "x", -1])` returns `\frac{1}{x}` while
1634-
ce.serialize(["Power", "x", -1], {canonical: false}) returns`x^{-1}`.
1634+
`ce.serialize(["Power", "x", -1], {canonical: false})` returns `x^{-1}`.
16351635
- Improved parsing of delimiters, i.e. `\left(`, `\right]`, etc...
16361636
- Added complex functions `Real`, `Imaginary`, `Arg`, `Conjugate`, `AbsArg`. See
16371637
[Complex](https://cortexjs.io/compute-engine/reference/complex/)

package-lock.json

+1,127-1,794
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"serve-http": "^1.0.7",
8181
"ts-jest": "^29.1.1",
8282
"ts-node": "^10.9.1",
83-
"typedoc": "^0.26.2",
84-
"typedoc-plugin-markdown": "^4.0.0-next.53",
85-
"typedoc-plugin-no-inherit": "^1.4.0",
83+
"typedoc": "^0.27.6",
84+
"typedoc-plugin-markdown": "^4.4.1",
85+
"typedoc-plugin-no-inherit": "^1.5.0",
8686
"typescript": "^5.2.2",
8787
"update-notifier": "^7.0.0"
8888
},

0 commit comments

Comments
 (0)