Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# simple-maths
Simple math functions in python. (As of now, a least)
# Py Guys
Py Guys functions in python. (As of now, a least)

This project will be dedicated to create (mostly) simple (and hopefully) fast mathematical functions.
The project will be mostly for educational purposes, and can be used by anyone who may desire so.
The project will be mostly for educational purposes, and can be used by anyone who may desire so.
We hope all people can use this as another study resource, or even a way to teach themselves something new.

You may also, if you so desire, contribute to the project.
The idea is to use as few external libraries as possible, and only use built-in python libraries.