Shorten
Zur Navigation springen
Zur Suche springen
Beschreibung
Die Funktion shorten kürzt eine rationale Zahl.
Syntax
shorten(a)
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>shorten(rational(5,10))</math> --> returns <math>\frac{1}{2}</math>
<math>shorten(rational(1,2))</math> --> returns <math>\frac{1}{2}</math>
<math>shorten(rational(10.2))</math> --> returns <math>10.2</math>
<math>shorten(rational(4*a,2))</math> --> returns <math>2*a</math>