Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. import math
  2. import numpy
  3.  
  4. a=input("Podaj poczatek obszaru calkowania: ")
  5.  
  6. if a==0:
  7.     print ("podales zla wartosc")
  8.     e=input("Podales 0, w tym punkcie funkcja jest nieoznaczona, podaj wykladnik epsilson: ")
  9.     a=10**e
  10. print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement