Top "Exponential" questions

Exponential can refer to a mathematics function, a curve / graph / dataset that follows the growth of that function, the exponential distribution in statistics, or a format to represent floats.

Python fit polynomial, power law and exponential from data

I have some data (x and y coordinates) coming from a study and I have to plot them and to …

python regression curve-fitting exponential power-law
Recursive power function: Why does this work if there's no initial return value?

because power(base, exponent) has no return value unless exponent is 0, initially, shouldn't power(base, exponent -1) return 'undefined', and …

javascript recursion logic return-value exponential
Force exponential format of ticks LIKE MATLAB does it automatically

I have two plots. In the first plot the values for the y-axis go up to 30000. Therefor, Matlab is labeling …

matlab format exponential
How to specify exponential constants in C#?

I've got some C code that defines a exponential number as a constant. How do I write this in C#? …

c# constants numeric exponential
Displaying 6.5235375356299998e-07 without exponential notation

I have to convert exponential strings, like 6.5235375356299998e-07, to a float value, and display the result of my computation like 0.00000065235... …

python floating-point exponential
round exponential float to 2 decimals

I want to round exponential float to two decimal representation in Python. 4.311237638482733e-91 --> 4.31e-91 Do you know any …

python rounding exponential
Why java converts double to exponential form

I have a problem. In my jsp page I have a textfield which accepts monetary value. When I enter a …

java spring jsp exponential