Closed JoePelz closed 9 years ago
Floating point exponents currently do not compile.
a = 9.0 b = 0.5 c = a ^^ b
results in C code that doesn't compile. Expected results are c == 3.000000
c == 3.000000
updated math functions in rsl.h and ritc.c to handle this
Floating point exponents currently do not compile.
results in C code that doesn't compile. Expected results are
c == 3.000000