1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Syntax for exponentiation? (KSP Math Library)

Discussion in 'Scripting Workshop' started by Jeremy Z, Apr 22, 2015.

  1. Jeremy Z

    Jeremy Z Member

    Messages:
    38
    Bob,

    I need a little more time with your last few posts to properly respond but wanted to let you know I've read them and am understanding most of it. I assumed I would just have to live with having some stuff remain a mystery; I greatly appreciate you taking the time to thoroughly explain. It's incredibly valuable and edifying. This has become one of my all time favorite online forum interactions.

    Many thanks!
    Jeremy
     
  2. Jeremy Z

    Jeremy Z Member

    Messages:
    38
    I've had a chance to study all the 'installments'. Everything is very clearly explained (and fun to read!) Awesome implementations. Amazing...

    Thanks you very, very much.
    Jeremy Z
     
  3. Big Bob

    Big Bob Forum Member

    Messages:
    606
    Your'e very welcome my friend.

    Rejoice,

    Bob

    BTW V702 of the math library will contain Scaled versions of the 3 exp functions with selectable decimal digits of precision. This will allow easy calculation of things like: 2^(-1.65) = 0.31864, using SExp2(-1650000,5) = 31864.
     
    • Like Like x 1
  4. Jeremy Z

    Jeremy Z Member

    Messages:
    38
    Nice. That will be a very useful addition!

    Best!
    Jeremy Z