We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nerdamer nerdamer.version nerdamer.setConstant nerdamer.setFunction nerdamer.getCore nerdamer.reserved
nerdamer.expressions nerdamer.register nerdamer.validVarName nerdamer.setVar nerdamer.clearVars nerdamer.getVars
nerdamer.set nerdamer.tree nerdamer.htmlTree nerdamer.flush nerdamer.convertToLaTeX nerdamer.convertFromLaTeX
cos sin tan sec
csc cot acos asin
atan atan2 acsc acot asec
cosh sinh tanh sech
csch coth acosh asinh atanh asech acsch acoth
matrix imatrix determinant matget matset invert
transpose matgetcol matgetrow vector vecget vecset cross dot matsetcol matsetrow size
polarform rectform (rectanglar form)
arg (argument) imagpart
realpart
log log10 min max abs floor ceil simplify Si Ci Ei
rect step sinc Shi Chi fact factorial dfactorial (double factorial) exp mod
erf sign round pfactor sqrt expand fib tri parens line continued_fraction
sum product diff (derivate) integrate (integral)
defint (definite integral)
divide factor partfrac (partial fractions)
lcm gcd roots
coeffs (polynomial coefficients) deg (polynomial degree) sqcomp (complete square)
solve solveEquations solveFor
laplace ilt (inverse laplace) mean mode
median zscore limit smpvar (sample variance)
variance smpstdev stdev (standard deviation)
buildFunction evaluate sub (substitution)
add subtract multiply divide pow variables toTeX text denominator numerator
eq (equals) lt (less than) gt (greater than) lte (less than or equal) gte (greater than or equal)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Functions
Core
nerdamer
nerdamer.version
nerdamer.setConstant
nerdamer.setFunction
nerdamer.getCore
nerdamer.reserved
nerdamer.expressions
nerdamer.register
nerdamer.validVarName
nerdamer.setVar
nerdamer.clearVars
nerdamer.getVars
nerdamer.set
nerdamer.tree
nerdamer.htmlTree
nerdamer.flush
nerdamer.convertToLaTeX
nerdamer.convertFromLaTeX
Trigonometric
cos
sin
tan
sec
csc
cot
acos
asin
atan
atan2
acsc
acot
asec
Hyperbolic Trigonometry
cosh
sinh
tanh
sech
csch
coth
acosh
asinh
atanh
asech
acsch
acoth
Matrix & Vector
matrix
imatrix
determinant
matget
matset
invert
transpose
matgetcol
matgetrow
vector
vecget
vecset
cross
dot
matsetcol
matsetrow
size
Imaginary
polarform
rectform (rectanglar form)
arg (argument)
imagpart
realpart
Math Functions
log
log10
min
max
abs
floor
ceil
simplify
Si
Ci
Ei
rect
step
sinc
Shi
Chi
fact
factorial
dfactorial (double factorial)
exp
mod
erf
sign
round
pfactor
sqrt
expand
fib
tri
parens
line
continued_fraction
Calculus Functions
sum
product
diff (derivate)
integrate (integral)
defint (definite integral)
Algebra Functions
divide
factor
partfrac (partial fractions)
lcm
gcd
roots
coeffs (polynomial coefficients)
deg (polynomial degree)
sqcomp (complete square)
Solve Functions
solve
solveEquations
solveFor
Extra Functions
laplace
ilt (inverse laplace)
mean
mode
median
zscore
limit
smpvar (sample variance)
variance
smpstdev
stdev (standard deviation)
Expression API
buildFunction
evaluate
sub (substitution)
Operations
add
subtract
multiply
divide
pow
variables
toTeX
text
denominator
numerator
Equality
eq (equals)
lt (less than)
gt (greater than)
lte (less than or equal)
gte (greater than or equal)
The text was updated successfully, but these errors were encountered: