Use plain text instead of latexmath
As latexmath is not rendered, using plain text instead Closes #37718
This commit is contained in:
parent
c28479819e
commit
942fc13af5
|
@ -53,7 +53,7 @@ rewriting equivalent functions of your own, as these functions try
|
||||||
to be the most efficient by using the internal mechanisms.
|
to be the most efficient by using the internal mechanisms.
|
||||||
|
|
||||||
===== rational
|
===== rational
|
||||||
latexmath:[rational(value,k) = value/(k + value)]
|
`rational(value,k) = value/(k + value)`
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
@ -64,7 +64,7 @@ latexmath:[rational(value,k) = value/(k + value)]
|
||||||
// NOTCONSOLE
|
// NOTCONSOLE
|
||||||
|
|
||||||
===== sigmoid
|
===== sigmoid
|
||||||
latexmath:[sigmoid(value, k, a) = value^a/ (k^a + value^a)]
|
`sigmoid(value, k, a) = value^a/ (k^a + value^a)`
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue