eulers-number Questions

3

Solved

I am trying to find the more 'natural' way to use the number e in C/C++. I am focused on calculating the function e^n. I think that 'cmath', by default, does not provide support for both (function...
Elana asked 12/9, 2013 at 20:2

2

Solved

I'm trying to calculate the e constant (AKA Euler's Number) by calculating the formula In order to calculate the factorial and division in one shot, I wrote this: my @e = 1, { state $a=1; 1 / (...
Geralyngeraniaceous asked 17/1, 2020 at 20:44

3

Solved

For example, how would I go about entering the value e^2 in R?
Hindemith asked 27/2, 2012 at 0:3

3

Solved

I have a binary number represented as 11.1111111 (the . being analogous to a decimal point). There are 2 bits before the point, and 1024 bits after the point. It was an exercise in calculating e to...
Liddle asked 19/11, 2015 at 2:25
1

© 2022 - 2024 — McMap. All rights reserved.