01-05-2025, 03:05 PM
Thank you for your reply.
a^n with n integer and a real could be compute creating a function based on multiplication (sort of power(a,n)). The case with n float is very difficult. Perhaps some solution based on Taylor series expansion? It's just an idea, I don't know if it is possible...
a^n with n integer and a real could be compute creating a function based on multiplication (sort of power(a,n)). The case with n float is very difficult. Perhaps some solution based on Taylor series expansion? It's just an idea, I don't know if it is possible...