3

In my program I had to calculate something and had to write numbers raised to some powers.
Every time I run my code it was showing a astounding huge numbers that were far from being correct. They were astronomical.
It literally took me a week to figure out that the symbol for exponentiation (e) is different from double Astricks (**). 😅😅😅

Comments
  • 3
    I have done similar.
    I’m pretty sure everyone has at one point or another.

    (Though not for a week 😛)
  • 0
    @Root yeah though not for a week😅
  • 0
    But what did ** do then, that wasn't a syntax error?
Add Comment