Skip to main content
NYoha
Visitor II
October 9, 2018
Question

is it posible to use in quaternion functions?

  • October 9, 2018
  • 1 reply
  • 658 views

..

    This topic has been closed for replies.

    1 reply

    T J
    Senior III
    October 9, 2018

    there is probably a library for complex number maths. Guys ?

    no processor supports such high level processing natively. ( in hardware)

    but if want to do the math, the processor will do it.

    double floating point precision is good enough for 99.99999% of all problems.

    if you cant find a library, you would have to make your own math functions for the complex numbers

    Some STM processors support double floating point natively and others don't.

    they will all process your algorithms at differing speeds.

    We had the RISC revolution late last century,

    they were trying to shed instructions, to reduce complexity for higher yields.