© jumk.de Webprojects
big.js Script Copyright (c) 2017 Michael Mclaughlin, MIT Expat Licence
Formules de calculs bancaires & de gestion d'entreprise
Measurecalc V3.1
- Convertir degrés anglaise, américaine et métrique.
Formules | Mention d'Impression
Anzeige
Calculatrice scientifique
Entre complet expressions (sans =) et presse Calculer
Exemples: 1+1 ; 12/6
4² = Math.pow(4#2) ; (3*5)³ = Math.pow(3*5#3)
√2 = Math.sqrt(2)
³√2: Math.pow(2#1/3)
sinus(1) = Math.sin(1) ; cosinus(1) = Math.cos(1) ; tangente = Math.tan(1)
arcsin = Math.asin(1) ; arccos = Math.acos(1) ; arctan = Math.atan(1)
ln(5) = Math.log(5)
Constantes: e = Math.E ; π (pi) = Math.PI
Parenthèses: ((3+5)*(2+4))/2
=
Anzeige
Anzeige