I was asked to numerically calculate Bessel functions for certain points and report their values to "6 decimal places of exactness". I did this in matlab and there's no truncate function, so I was forced to round the number.
However this got me thinking what 6 decimal places of exactness means. Does it mean I should round the sixth decimal place or not? Is there any mathematical convention as to what that sentence should mean?
By the way I looked up $\pi$ to three decimal places and people report 3.142, not 3.141.
I have no way of asking my professor.
Thanks.