Difference between revisions of "MixedNumber Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|CAS}}
 
{{command|CAS}}
 
;ProperFraction[ <Expression> ]
 
;ProperFraction[ <Expression> ]
Creates the proper fraction of the given expression.
+
:Creates the proper fraction of the given expression.
{{Example|1=
+
{{example|1=<div>
<code>ProperFraction[3.5]</code> gives ''3 + 1/2''
+
:* <code><nowiki>ProperFraction[3.5]</nowiki></code> yields ''3 + 1/2''.
<code>ProperFraction[12/3]</code> gives ''4''
+
:* <code><nowiki>ProperFraction[12 / 3]</nowiki></code> yields ''4''.
<code>ProperFraction[12/14]</code> gives ''6/7''}}
+
:* <code><nowiki>ProperFraction[12 / 14]</nowiki></code> yields ''6/7''.</div>}}

Revision as of 13:34, 23 August 2011


This command works in CAS View only.

ProperFraction[ <Expression> ]
Creates the proper fraction of the given expression.
Example:
  • ProperFraction[3.5] yields 3 + 1/2.
  • ProperFraction[12 / 3] yields 4.
  • ProperFraction[12 / 14] yields 6/7.
© 2024 International GeoGebra Institute