Gekende Functies and Operatoren

Om getallen, coördinaten of vergelijkingen te creëren via de Invoerbalk kan je volgende functies en operatoren gebruiken. Logische operatoren en functies vind je onder Booleaanse waarden.

Plaats het argument van de functie tussen haakjes, zonder een spatie tussen de naam van de functie en de haakjes.

Operator / Functie Input

ℯ (het getal van Euler)

/Sjabloon:KeyCode.adoc[Sjabloon:KeyCode]

ί (Imaginaire eenheid)

/Sjabloon:KeyCode.adoc[Sjabloon:KeyCode]

π

/Sjabloon:KeyCode.adoc[Sjabloon:KeyCode] of pi

° (Graden symbool)

/Sjabloon:KeyCode.adoc[Sjabloon:KeyCode]

Optelling

+

Aftrekking

-

Vermenigvuldiging

* of spatietoets

Scalair product

* of spatietoets

Vectorieel product (zie Vectorieel product)

Deling

/

Machtsverheffing

^ of superscript (x^2 or x2)

Faculteit

!

Haakjes

( )

x-coördinaat

x( )

y-coördinaat

y( )

Argument

arg( )

Toegevoegde (zie: complex geconjugeerde)

conjugate( )

Absolute waarde

abs( )

Teken

sgn( ) of sign()

Vierkantswortel

sqrt( )

Derde machtswortel

cbrt( )

ToevalsgetalTussen 0 en 1

random( )

Exponentiële functie

exp( ) or ℯx

Natuurlijke Logaritme (logaritme met basis e)

ln( ) or log( )

Logaritme met basis 2

ld( )

Logaritme met basis 10

lg( )

Logaritme van x met basis b

log(b, x )

Cosinus

cos( )

Sinus

sin( )

Tangens

tan( )

Secans

sec()

Cosecans

cosec()

Cotangens

cot()

Boogcosinus

acos( ) or arccos( )

Boogsinus

asin( ) or arcsin( )

Boogtangens (geeft een resultaat tussen -π/2 en π/2)

atan( ) or arctan( )

(geeft een resultaat tussen -π en π)]

atan2(y, x)

Cosinus hyperbolicus

cosh( )

Sinus hyperbolicus

sinh( )

Tangens hyperbolicus

tanh( )

Secans hyperbolicus

sech( )

Cosecans hyperbolicus

cosech( )

Tangens hyperbolicus

coth( )

Areaalcosinus hyperbolicus

acosh( ) or arccosh( )

Areaalsinus hyperbolicus

asinh( ) or arcsinh( )

Areaaltangens hyperbolicus

atanh( ) or arctanh( )

Grootste geheel getal kleiner of gelijk aan

floor( )

Kleinste geheel getal groter of gelijk aan

ceil( )

Afronden

round( )

[w:nl:Bètafunctie] Β(a, b)

beta(a, b)

Incomplete beta function Onvolledige Bètafunctie Β(x;a, b)

beta(a, b, x)

Onvolledige geregulariseerde Bètafunctie] I(x; a, b)

betaRegularized(a, b, x)

Gammafunctie Γ(x)

gamma( x)

Onvolledige Gammafunctie] γ(a, x)

gamma(a, x)

Onvolledige geregulariseerde Gammafunctie P(a,x) = γ(a, x) / Γ(a) ]

gammaRegularized(a, x)

Foutfunctie

erf(x)

Reëel

re( )

Imaginair

im( )

Digamma functie

psi(x)

De Polygamma function is de (m+1)de afgeleide van de natuurlijke logaritme van de Gamma function, gamma(x) (m=0,1)

polygamma(m, x)

De Sine Integral functie

sinIntegral(x)

De Cosine Integral functie

cosIntegral(x)

De Exponential Integral functie

expIntegral(x)

De Riemann-Zeta functie ζ(x)

zeta(x)