According to Wikipedia,
computable numbers are the real numbers that can be computed to within any desired precision by a finite, terminating algorithm.
I'm somewhat confused here. I always thought that given some fixed number of decimal places $n$, one can compute any number up to at least that precision.
Do they mean that for computability of a given number ('described' in some way, just not necessarily by an algorithm, e.g. Chaitin's constant), there needs to be a fixed finite, terminating algorithm which works for any $n$?
But once we have chosen some $n$, we can still compute up to that precision, just not necessarily by the initially picked algorithm anymore?