I'll put the link to the page and the issue I'm querying right here as the system won't let me put the link in the first field. Link : https://codegym.cc/quests/lectures/en.questsyntaxpro.level04.lecture07 (Number 3). My question is not re: a task but the theory part of this lesson (specifically number 3 on this page) which talks about the mantissa and how only 15 digits max can be allocated to a real number in the double variable (I'm paraphrasing). As far as I know and I could be wrong, but the mantissa also includes the first digit in
10000000.00000000
, which is 1. In this lesson, why is the 1 not included in the matissa or the 15 digits limit of a double variable memory allocation?