Difference between revisions of "TI-BASIC:F D"

From Learn @ Cemetech
Jump to navigationJump to search
(Automated internal link correction)
(Automated internal link correction)
 
Line 13: Line 13:
 
}}
 
}}
  
The ►F◄►D command is used to convert a number from fraction form to decimal form, or vice versa.  Regardless of what form the given number is, this command is meant to automatically determine the form so that it returns the other.  It is in essence a combination of the [[TI-BASIC:►Frac|►Frac]] and [[TI-BASIC:Dec|►Dec]] commands.
+
The ►F◄►D command is used to convert a number from fraction form to decimal form, or vice versa.  Regardless of what form the given number is, this command is meant to automatically determine the form so that it returns the other.  It is in essence a combination of the [[TI-BASIC:Frac|►Frac]] and [[TI-BASIC:Dec|►Dec]] commands.
  
 
  7.5►F◄ ►D
 
  7.5►F◄ ►D
Line 22: Line 22:
 
= Related Commands =
 
= Related Commands =
  
* [[TI-BASIC:►Frac|►Frac]]
+
* [[TI-BASIC:Frac|►Frac]]
 
* [[TI-BASIC:Dec|►Dec]][[Category:TI-BASIC]]
 
* [[TI-BASIC:Dec|►Dec]][[Category:TI-BASIC]]
 
[[Category:TIBD]]
 
[[Category:TIBD]]

Latest revision as of 23:54, 24 February 2016

[[File:|border]]

Command Summary

Converts a number between fraction form and decimal form.

Command Syntax

number►F◄►D

Menu Location

Press:

  1. MATH
  2. RIGHT to NUM
  3. ALPHA B

Alternatively, access the catalog.

Calculator Compatibility

TI-84 2.53MP only

Token Size

2 bytes

The ►F◄►D command is used to convert a number from fraction form to decimal form, or vice versa. Regardless of what form the given number is, this command is meant to automatically determine the form so that it returns the other. It is in essence a combination of the ►Frac and ►Dec commands.

7.5►F◄ ►D
        15/2
Ans►F◄ ►D
        7.5

Related Commands