Questions tagged [exponential]

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.

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.

Definitions from wikipedia:

888 questions
-5
votes
1 answer

Python math.exp function Syntax

I have an issue after using an the exponent function. it keeps throwing syntax errors on the line underneath. I am wondering if I am using "math.exp()" properly. as an example set of code case = 1 Dref = [1,2,3,4] i = 2 j = 1 t = 1 m = 1 Temp =…
-5
votes
1 answer

Exponential integral and gamma function

In order to solve this problem, without iteration: Recursion: Sum of series of n terms calculating for a given n: 1 + 2*3 + 3*4*5 + 4*5*6*7 + ... + n*(n+1)...(2n-1) with this mathematical…
-6
votes
1 answer

how can I calculate exponential fraction

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.
ernst
  • 5
  • 4
1 2 3
59
60