ubsuny / 23-Homework6G3

This is the main repository for 23-Homework6G3 involving calculus.
https://github.com/ubsuny/23-Homework6G3
Apache License 2.0
0 stars 7 forks source link

Execution time for codes #60

Open Pranjal-Srivastava-2023 opened 10 months ago

Pranjal-Srivastava-2023 commented 10 months ago

Should we add execution time to our codes?

AhmedCode99 commented 10 months ago

you can use time.time()

AhmedCode99 commented 10 months ago

https://www.tutorialspoint.com/python/time_time.htm

Pranjal-Srivastava-2023 commented 10 months ago

you can use time.time()

Absolutely! thanks for the information.

Pranjal-Srivastava-2023 commented 10 months ago

My code is taking an unusually long time for cos(1/x)

s4il3sh commented 10 months ago

Yes. would be better if we add it.