cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

explicit ...is it possible only short numbers ?

mortenx
4-Participant

explicit ...is it possible only short numbers ?

is it possible that explicit shows only numbers and short numbers like 2-3 digits

6 REPLIES 6

You may consider using "explicit" in conjunction with "float,3" or the like but you have to be aware of the fact that this also affects the precision  of the whole calculation.

Attach please the sheet or its short variant.

LucMeekes
23-Emerald III
(To:mortenx)

Sometimes it helps if you work with ONLY exact numbers. That means prevent using reals, use integers instead, change your 0.12 to 12/100, 1.8 to 18/10 etcetera.

 

Success!
Luc

I do like this - and no problems:

Explicit.png

mortenx
4-Participant
(To:ValeryOchkov)

and my other question, that is it possible that explicit shows only numbers not units ?

explicit is a symbolic command.  Symbolics doesn't understand units, they get treated as variables

Top Tags