Minus
Zur Navigation springen
Zur Suche springen
Beschreibung
Bei der Subtraktion werden zwei Zahlen subtrahiert.
Syntax
a - b minus(a,b)
Parameter
Return Value
- Gibt ein Objekt zurück.
Die Rückgabe ist abhängig von der Eingabe. Dabei wird soweit wie möglich die Eingabe ausgerechnet.
Beispiele
<math>5-3</math> --> returns <math>2</math>
<math>\frac{5}{5} - \frac{1}{5}</math> --> returns <math>0.8</math>
<math>5-a</math> --> returns <math>5-a</math>
<math>b-c</math> --> returns <math>b-c</math>
<math>sin(x) - z</math> --> returns <math>sin(x) - z</math>
<math>cos(0) - a</math> --> returns <math>1-a</math>