Notifications
Clear all

[Closed] Tiny numbers with e-

Ok im getting numbers like the following… -5.36398e-005 Is there a way to make max display this to its full decimal place digits? Or do I need to make a function that does this?

Cheers

1 Reply

According to the reference, Max will only display the value to the 6th significant digit, so I guess you’ll have to write your own function to pad the value with 0s.