SQL server computed field

I recently came across this very interesting rounding issue in MS SQL server. Originally I thought in order to  keep computation in highest accuracy possible, I should use the max allowed precision, i.e. on SQL server a decimal(38,18). However after definition of