Theoretical question. What is the reason for not using decimals in solidity?

When I saw in a contract the use of the variable ether in this way, 0.1 ether, the restriction on the use of decimals in solidity came to my mind.
What is the technical reason for not using decimals in solidity?
Could we say that in this case we are using decimals?