Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Very new to Python
Post: RE: Very new to Python

many thanks
bliengme General Coding Help 2 1,548 Sep-25-2020, 01:31 AM
    Thread: Very new to Python
Post: Very new to Python

This was copied from a book but gives several errors. Help! from math import exp def bisection(f,a,b,tol= 1e-3): if f(a)*f(b) > 0: print(f"No roots or more than one root in [{a},{b}]") ...
bliengme General Coding Help 2 1,548 Sep-24-2020, 12:36 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020