I have different answers for antilog(-1.6132) using antilog tables and the calculator.
Using this site as reference https://byjus.com/maths/antilog-table/.
Mantissa: 6132
Characteristic: -1
Corresponding value against mantissa (using antilog tables):
.61[col:3] = 4102
.61[mean.diff.col:2] = 2
Required digits: 4102+2 = 4104
As characteristic = -1, antilog(-1.6132) = 0.4104
But, using a calculator, antilog(-1.6132) = 0.024366884
Obviously, I am missing something while looking up the antilog table. Any help is appreciated.
Antilog table's relevant part as image:

I am trying to exactly follow the steps:
Procedure to Find the Antilog of a Number
Method 1: Using an Antilog Table
Consider a number, 2.6452
Step 1: Separate the characteristic part and the mantissa part. From the given example, the characteristic part is 2, and the mantissa part is 6452.
Step 2: To find a corresponding value of the mantissa part use the antilog table. Using the antilog table, find the corresponding value. Now, find the row number that starts with .64, then the column for 5. Now, you get the corresponding value as 4416.
Step 3: From mean difference columns find the value. Again use the same row number .64 and find the value for column 2. Now, the value corresponding to this is 2.
Step 4: Add the values obtained in step 2 and 3, we get 4416 + 2 = 4418.
Step 5: Now insert the decimal point. The decimal point always goes the designated place. For this, you have to add 1 to the characteristic value. Now you get 3. Then add the decimal point after 3 digits, we get 441.8
So the antilog value of 2.6452 is 441.8.
When dealing with negative powers, you have to be careful.
It looks like you tried to compute $10^{-1.6132}$ by starting with $10^{0.6132} \approx 4.104$ (from a log table) and then shifting the decimal. However, shifting the decimal has the effect of subtracting an integer from the power: we have $0.4104 \approx 10^{0.6132 - 1} = 10^{-0.3868}$.
Instead, to compute $10^{-1.6132}$, you should start with $10^{-1.6132 + 2} = 10^{0.3868}$, which the method you're using will tell you is approximately $2.437$. Then, shifting the decimal two positions, we conclude $10^{-1.6132} \approx 0.02437$.
When we start with a negative number like $-1.6132$, and add an integer to it to put in the range $[0,1)$, we end up with a positive number with very different digits! Watch out for that.
In other words: just like we write $2.6452$ as $2 + 0.6452$ to see that it has a characteristic part of $2$ and a mantissa part of $6452$, we should write $-1.6132$ as $-2 + 0.3868$ to see that it has a characteristic part of $-2$ and a mantissa part of $3868$. The mantissa part should always come from a positive quantity between $0$ and $1$.