Commit 0f57fbc4 authored by BITTU KUMAR's avatar BITTU KUMAR

Adding

parent 91b9327f
from complexno import ComplexNumber
def myexponent(x):
epowx=1
m=1
for i in range(1,100):
m*=x/i
epowx+=m
return epowx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment