Convert decimal > fraction in program
|
12-11-2015, 02:40 PM
(This post was last modified: 12-11-2015 03:57 PM by StephenG1CMZ.)
Post: #7
|
|||
|
|||
RE: Convert decimal > fraction in program
(12-09-2015 11:55 PM)StephenG1CMZ Wrote: You can also use STRING(NUMBER,MODE) where a mode of 7 or 14, for example, will give a string having a fraction format. In a separate thread, Didier has pointed out that it is better to use STRING(Number,1) with numbers, as otherwise the string may lose precision. The modes can be combined by adding them, so I now suggest something like MSGBOX(STRING(3.14,1+7)) or 1+14 As for printing a Matrix neatly, I do not know any simple solutions. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)