In one simple problem, I encountered such a record of the number "1е-3". There was the following code:
int a = 15; int b = 4; float c = a / b; double d = a * 1e-3 + c; I tried to write 1 variable separately - double g=1e-3; brought to the console, it turned out 0.001. Tell me please, what kind of recording is this? Previously, I have not come across this