If I want to calculate 5.24^3.2478. The base and exponential is fractional. Is there some function to realize it?
the base of frexp is 2.
If I want to calculate 5.24^3.2478. The base and exponential is fractional. Is there some function to realize it?
the base of frexp is 2.
As you mentioned C++ in the tag, try one of this method:
Returns
base
raised to the powerexponent
.See reference here.