Number of Digits - Symbolics
- April 16, 2013
- 1 reply
- 1448 views
I am having trouble. As a total newbie I am sure that doing something wrong.
I am doing a calculation package for a client and I want it to look nice and simple. I am doing some calculation, but I do not know all the variables. But the client will eventually. So what I am doing is generating a simple equation for them to use in their calculation. I thought that using symbolics would be the way to go. Please see the included file.
This is working great except for the fact that 17 digits after the decimal place are being returned, when I only need a couple.
I found that I could limit the number of digits using the float operator. I don't really like this because when people review these calculations they will ask me what "float" means (it is ugly). Also I understand that it will reduce the accuracy of the calc. I realize that I don't really need the perfect number, but it is a good thing to know.
Whatever help you can give me would be appreciated. Thanks
