Skip to content
New issue

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

Question Regarding Nerdamer Packages #24

Open
BananenRitter opened this issue May 2, 2024 · 0 comments
Open

Question Regarding Nerdamer Packages #24

BananenRitter opened this issue May 2, 2024 · 0 comments

Comments

@BananenRitter
Copy link

BananenRitter commented May 2, 2024

  1. Which ones are exactly implemented?
  2. Which ones are you working on implementing next?

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant