[apps/toolbox] Add infinity in maths/calcul toolbox

This commit is contained in:
Evann DREUMONT
2021-02-10 17:15:45 +01:00
parent 763ce87d14
commit 391904900a
10 changed files with 10 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ GcdCommandWithArg = "gcd(p,q)"
Gon = "gon"
ImCommandWithArg = "im(z)"
IndentityCommandWithArg = "identity(n)"
Infinity = "infinity"
IntCommand = "int(\x11,x,\x11,\x11)"
IntCommandWithArg = "int(f(x),x,a,b)"
InvBinomialCommandWithArg = "invbinom(a,n,p)"