Skip to content

Instantly share code, notes, and snippets.

@egeucak
Created March 21, 2017 20:55
Show Gist options
  • Select an option

  • Save egeucak/0a0e661d24cd8e49c3fd41df65501104 to your computer and use it in GitHub Desktop.

Select an option

Save egeucak/0a0e661d24cd8e49c3fd41df65501104 to your computer and use it in GitHub Desktop.

Revisions

  1. egeucak created this gist Mar 21, 2017.
    5 changes: 5 additions & 0 deletions Time Calculator
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    import math
    def islem(N):
    return (N*math.log(N,2) + 9*N + 55)

    print(islem(220) / 1000000)