Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Added math module #33

Merged
merged 9 commits into from Jan 9, 2017
Merged

Added math module #33

merged 9 commits into from Jan 9, 2017

Commits on Jan 5, 2017

  1. Added math library

    lalaithion committed Jan 5, 2017
    Copy the full SHA
    eaa4fd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f87a70 View commit details
    Browse the repository at this point in the history
  3. Arguments now wrapped in call to float

    other changes:
    unnecessary elses removed
    double newline after top level definitions added
    lalaithion committed Jan 5, 2017
    Copy the full SHA
    232087e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. factorial has better error messages and accepts 0

    other style fixes changed as well
    lalaithion committed Jan 6, 2017
    Copy the full SHA
    737dad4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Copy the full SHA
    225f020 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    169141b View commit details
    Browse the repository at this point in the history
  3. Made factorial() more performant

    It also makes better checks for the input.
    Part of factorial() taken from PyPy's version.
    lalaithion committed Jan 8, 2017
    Copy the full SHA
    a010362 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8afc1d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Removed PyPy factorial() implementation

    Added liscenses to top of files
    lalaithion committed Jan 9, 2017
    Copy the full SHA
    2f8e076 View commit details
    Browse the repository at this point in the history