Opérateurs et fonctions pré-définies
Pour créer des nombres, des coordonnées ou des équations, utilisez le champ de Saisie, vous pouvez utiliser les opérateurs et fonctions pré-définies.
Les fonctions pré-définies utilisent des parenthèses, sans mettre d’espace entre le nom de la fonction et celles-ci. |
Opérateur / Fonction | Saisie | Opérateur / Fonction | Saisie | Opérateur / Fonction | Saisie | Opérateur / Fonction | Saisie | ||
---|---|---|---|---|---|---|---|---|---|
Alt + e |
π |
Alt + p or pi |
° (Symbole Degré) |
Alt + o |
|||||
Addition |
+ |
Soustraction |
- |
Multiplication |
* ou espace |
Division |
/ |
||
Exponentiation |
^ ou ** ou exposant ( |
Factorielle |
! |
||||||
Produit scalaire |
* ou espace |
Produit vectoriel |
⊗ (Alt + *) |
||||||
Parenthèses |
( ) |
||||||||
Abscisse |
x( ) |
Ordonnée |
y( ) |
Cote |
z() |
|
|||
Argument (fonctionne aussi avec Points/Vecteurs |
arg( ) |
Altitude(point/vecteur 3D) |
alt() |
Conjugué |
conjugate( ) |
||||
Valeur absolue |
abs( ) |
Signe |
sgn( ) |
Racine carrée |
sqrt( ) |
Racine cubique |
cbrt( ) |
||
Nbre aléatoire de [ 0 ; 1] |
random( ) |
||||||||
Fonction exponentielle |
exp( ) ou ℯx |
||||||||
Logarithme népérien |
ln( ) ou log( ) |
Log de base 2 |
ld( ) |
Logarithme décimal |
lg( ) |
Log de x de base b |
log(b, x ) |
||
Cosinus |
cos( ) |
Sinus |
sin( ) |
Tangente |
tan( ) |
||||
Arc cosinus |
acos( ) |
Arc sinus |
asin( ) |
Arc tangente |
atan( )(réponse dans ]-π/2 ; π/2]) |
atan2 (réponse dans ]-π ; π]) |
atan2(y, x) ou arcTan2(y, x) |
||
Arc cosinus en ° |
acosd() |
Arc sinus en ° |
asind() |
Arc tangente en °(réponse dans ]-90° ; 90°]) |
atand() |
Arc tangente2 en °(réponse dans ]-180° ; 180°]) |
atan2d() |
||
Cosinus hyperbolique |
cosh( ) |
Sinus hyperbolique |
sinh( ) |
Tangente hyperbolique |
tanh( ) |
||||
Cosinus hyperbol. inverse |
acosh( ) |
Sinus hyperbol. inverse |
asinh( ) |
Tangente hyp. inverse |
atanh( ) |
||||
Sécante |
sec() |
Cosécante |
cosec() |
Cotangente |
cot() |
||||
Sécante hyperbol. |
sech() |
Cosécante hyp. |
cosech() |
Cotangente hyp. |
coth() |
||||
Partie entière |
floor( ) |
Plus petit entier \(\ge\) |
ceil( ) |
Arrondi |
round( ) |
Fonction | Saisie | Fonction | Saisie | Fonction | Saisie |
---|---|---|---|---|---|
Fonction Beta Β(a, b) |
beta(a, b) |
Fct Beta incomplète Β(x;a, b) |
beta(a, b, x) |
Fct Beta incomplète régularisée I(x; a, b) |
betaRegularized(a, b, x) |
gamma( x) |
Fct Gamma incomplète γ(a, x) |
gamma(a, x) |
Fct Gamma incomplète régularisée P(a,x) = γ(a, x) / Γ(a) |
gammaRegularized(a, x) |
|
erf( x) |
Partie réelle | Re( ) | |
---|---|---|
Im( ) |
||
PartieFractionnaire(x) |
||
NRacine(x,n) |
||
psi(x) |
||
Fonction polygamma est la (m+1) ème dérivée logarithmique de la Fonction Gamma, gamma(x)] (m=0,1) |
polygamma(m, x) |
|
sinIntegral(x) |
||
cosIntegral(x) |
||
expIntegral(x) |
||
zeta(x) |