Given a and n, compute and approximation to f = a * e ^ n, without the use of exp, string operations, or floating point numbers.

Example:

a = 1

n = 1

f = 2.71828

Solution Stats

256 Solutions

62 Solvers

Last Solution submitted on May 18, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...