Skip to content

Commit

Permalink
automatic processing: update Github-Links in Markdown docs
Browse files Browse the repository at this point in the history
- `org.matheclipse.core.expression.ID#LINE_NUMBER_OF_JAVA_CLASS` must be
up to date
- tool: `org.matheclipse.core.preprocessor.MarkdownGithubLinkPreprocessor`
- updates Markdown sections:
  • Loading branch information
axkr committed Sep 14, 2024
1 parent 7b48ea1 commit 080aef0
Show file tree
Hide file tree
Showing 1,654 changed files with 2,436 additions and 1,733 deletions.
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$Assumptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ $Assumptions

### Github

* [Implementation of $Assumptions](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L154)
* [Implementation of $Assumptions](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L156)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$HistoryLength.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $HistoryLength

### Github

* [Implementation of $HistoryLength](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L240)
* [Implementation of $HistoryLength](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L242)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$IterationLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $IterationLimit

### Github

* [Implementation of $IterationLimit](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L315)
* [Implementation of $IterationLimit](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L317)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $Line

### Github

* [Implementation of $Line](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L348)
* [Implementation of $Line](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L350)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$MaxMachineNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $MaxMachineNumber

### Github

* [Implementation of $MaxMachineNumber](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L391)
* [Implementation of $MaxMachineNumber](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L393)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$MinMachineNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $MinMachineNumber

### Github

* [Implementation of $MinMachineNumber](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L398)
* [Implementation of $MinMachineNumber](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L400)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$OperatingSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $OperatingSystem

### Github

* [Implementation of $OperatingSystem](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L414)
* [Implementation of $OperatingSystem](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L416)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$RecursionLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $RecursionLimit

### Github

* [Implementation of $RecursionLimit](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L471)
* [Implementation of $RecursionLimit](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L503)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/$ScriptCommandLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $ScriptCommandLine

### Github

* [Implementation of $ScriptCommandLine](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L517)
* [Implementation of $ScriptCommandLine](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ConstantDefinitions.java#L549)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Abort.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $Aborted

### Github

* [Implementation of Abort](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Programming.java#L147)
* [Implementation of Abort](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Programming.java#L143)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Abs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ x/RealAbs(x)

### Github

* [Implementation of Abs](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L240)
* [Implementation of Abs](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L242)

* [Rule definitions of Abs](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/AbsRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AbsArg.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ AbsArg(expr)

### Github

* [Implementation of AbsArg](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L386)
* [Implementation of AbsArg](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L388)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AbsoluteTiming.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ True

### Github

* [Implementation of AbsoluteTiming](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Programming.java#L167)
* [Implementation of AbsoluteTiming](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Programming.java#L163)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Accumulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Accumulate(list)

### Github

* [Implementation of Accumulate](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L551)
* [Implementation of Accumulate](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L621)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AddTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ x += dx

### Github

* [Implementation of AddTo](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L431)
* [Implementation of AddTo](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L433)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AdjacencyMatrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ The sparse array can be converted to an adjacency matrix in `List` format with t

### Github

* [Implementation of AdjacencyMatrix](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/GraphFunctions.java#L1033)
* [Implementation of AdjacencyMatrix](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/GraphFunctions.java#L1098)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Adjugate.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The 3 × 3 matrix example from Wikipedia:

### Github

* [Implementation of Adjugate](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/LinearAlgebra.java#L694)
* [Implementation of Adjugate](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/LinearAlgebra.java#L705)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AiryAi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See

### Github

* [Implementation of AiryAi](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L57)
* [Implementation of AiryAi](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L166)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AiryAiPrime.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See

### Github

* [Implementation of AiryAiPrime](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L98)
* [Implementation of AiryAiPrime](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L220)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AiryBi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See

### Github

* [Implementation of AiryBi](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L139)
* [Implementation of AiryBi](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L274)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AiryBiPrime.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See

### Github

* [Implementation of AiryBiPrime](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L181)
* [Implementation of AiryBiPrime](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/BesselFunctions.java#L330)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AngleVector.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ AngleVector({x, y}, {r, phi})

### Github

* [Implementation of AngleVector](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L127)
* [Implementation of AngleVector](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L130)
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ True

### Github

* [Implementation of AntihermitianMatrixQ](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/PredicateQ.java#L119)
* [Implementation of AntihermitianMatrixQ](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/PredicateQ.java#L121)
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ False

### Github

* [Implementation of AntisymmetricMatrixQ](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/PredicateQ.java#L155)
* [Implementation of AntisymmetricMatrixQ](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/PredicateQ.java#L157)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Apart.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Sin(1/(x^2-y^2))

### Github

* [Implementation of Apart](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Algebra.java#L394)
* [Implementation of Apart](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Algebra.java#L398)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Append.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Append(a,b)

### Github

* [Implementation of Append](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L616)
* [Implementation of Append](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L686)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/AppendTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ AppendTo(a, b)

### Github

* [Implementation of AppendTo](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L698)
* [Implementation of AppendTo](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ListFunctions.java#L768)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCos.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Pi

### Github

* [Implementation of ArcCos](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L183)
* [Implementation of ArcCos](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L186)

* [Rule definitions of ArcCos](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCosRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCosh.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ I*1.5707963267948966

### Github

* [Implementation of ArcCosh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L271)
* [Implementation of ArcCosh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L274)

* [Rule definitions of ArcCosh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCoshRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Pi/4

### Github

* [Implementation of ArcCot](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L343)
* [Implementation of ArcCot](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L346)

* [Rule definitions of ArcCot](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCotRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCoth.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ I*1.5707963267948966

### Github

* [Implementation of ArcCoth](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L438)
* [Implementation of ArcCoth](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L441)

* [Rule definitions of ArcCoth](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCothRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Pi/2

### Github

* [Implementation of ArcCsc](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L536)
* [Implementation of ArcCsc](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L539)

* [Rule definitions of ArcCsc](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCscRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcCsch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ ComplexInfinity

### Github

* [Implementation of ArcCsch](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L592)
* [Implementation of ArcCsch](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L595)

* [Rule definitions of ArcCsch](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcCschRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcSec.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Pi

### Github

* [Implementation of ArcSec](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L669)
* [Implementation of ArcSec](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L668)

* [Rule definitions of ArcSec](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcSecRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcSech.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Infinity

### Github

* [Implementation of ArcSech](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L638)
* [Implementation of ArcSech](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L637)

* [Rule definitions of ArcSech](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcSechRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcSin.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Pi/2

### Github

* [Implementation of ArcSin](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L713)
* [Implementation of ArcSin](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L712)

* [Rule definitions of ArcSin](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcSinRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcSinh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ See:

### Github

* [Implementation of ArcSinh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L809)
* [Implementation of ArcSinh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L808)

* [Rule definitions of ArcSinh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcSinhRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcTan.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ Pi/2

### Github

* [Implementation of ArcTan](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L908)
* [Implementation of ArcTan](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L907)

* [Rule definitions of ArcTan](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcTanRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArcTanh.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ ArcTanh(2+I)

### Github

* [Implementation of ArcTanh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L1090)
* [Implementation of ArcTanh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/ExpTrigsFunctions.java#L1096)

* [Rule definitions of ArcTanh](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/rules/ArcTanhRules.m)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/Arg.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Pi/4

### Github

* [Implementation of Arg](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L550)
* [Implementation of Arg](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L552)
2 changes: 1 addition & 1 deletion symja_android_library/doc/functions/ArgMax.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ See:

### Github

* [Implementation of ArgMax](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/MinMaxFunctions.java#L108)
* [Implementation of ArgMax](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/MinMaxFunctions.java#L125)
Loading

0 comments on commit 080aef0

Please sign in to comment.