Getting 'N/D' to eval as a fraction not a decimal
|
03-05-2015, 07:57 AM
Post: #1
|
|||
|
|||
Getting 'N/D' to eval as a fraction not a decimal
In a program, I want to generate a fraction e.g.
N:=1 ; D:=2; RETURN 'N/D'; I've tried the following: Code: PRINT('N/D'); => N/D Am I missing something here? Surely there must be a simpler way that builds the fraction directly? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)