Author Topic: Ready to give up on a program (since I can't just pull my hair out)  (Read 6954 times)

0 Members and 1 Guest are viewing this topic.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Ready to give up on a program (since I can't just pull my hair out)
« Reply #30 on: January 10, 2011, 05:50:52 pm »
Try Disp D,"º",M," ' "," '' "or Text to display them.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ready to give up on a program (since I can't just pull my hair out)
« Reply #31 on: January 11, 2011, 03:23:24 pm »
If you do not have a :Then statement, then the calculator does this instead:
Code: [Select]
If <Condition>
<line of Code to be executed if the condition is true and skipped if false>
<line of code to be executed if the condition is false and skipped if true>
<rest of code>
Shouldn't this be:
Code: [Select]
If <Condition>
<line of Code to be executed if the condition is true and skipped if false>
<rest of code>

? ???
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Ready to give up on a program (since I can't just pull my hair out)
« Reply #32 on: January 11, 2011, 03:24:23 pm »
Er, yes. Thanks for correcting that.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ