79446982

Date: 2025-02-18 02:37:20
Score: 3
Natty:
Report link

Data type real does not have enough precision to avoid the rounding error in your specific calculation. That is why you get a value very close to zero, but not zero as a result.

Try using data type extended instead.

Cheers

Reasons:
  • Blacklisted phrase (1): Cheers
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MJunges