Skip to main content
18-Opal
January 14, 2021
Solved

What is the difference between these two sheets - one works one doesn't.

  • January 14, 2021
  • 1 reply
  • 1318 views

I just can't workout what the difference is - one sheet is okay one just falls over.

Best answer by LucMeekes

In the 'does not work' sheet, you have added pi as a unit to the result. It's not defined as such. Pi is a constant by default; you can (also) define it as a unit. But you have to do that yourself.

In the 'works' sheet you have added pi as an automatic variable  (check label, it says  '-' which means 'automatic' ). That's where Prime may find out for itself, and that apparently works.

 

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
January 14, 2021

In the 'does not work' sheet, you have added pi as a unit to the result. It's not defined as such. Pi is a constant by default; you can (also) define it as a unit. But you have to do that yourself.

In the 'works' sheet you have added pi as an automatic variable  (check label, it says  '-' which means 'automatic' ). That's where Prime may find out for itself, and that apparently works.

 

Success!
Luc