Night_Lord's blog

By Night_Lord, history, 5 years ago, In English

Today I have faced a weird type of wrong submission.Is that because of the power value is huge?or am I missing some things?

Problem:Little Pony and Expected Maximum

  • Vote: I like it
  • -4
  • Vote: I do not like it

| Write comment?
»
5 years ago, hide # |
Rev. 3  
Vote: I like it +2 Vote: I do not like it

NaN means Not-a-number (but for somehow normally its type is still a number :D )

If you do something like $$$\frac{0}{0}, \sqrt{negative}...$$$ then it returns $$$NaN$$$

String can also make $$$NaN$$$ value