This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 307
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alayek
force-pushed
the
python-functions
branch
2 times, most recently
from
April 30, 2016 12:54
7726405
to
e7e3615
Compare
67 tasks
alayek
force-pushed
the
python-functions
branch
from
April 30, 2016 12:57
e7e3615
to
406f502
Compare
@@ -0,0 +1,20 @@ | |||
# Python abs(x) | |||
|
|||
`abs()` is a built in function in Python 3, to compute the absolute value of any number. It takes one argument `x`. The argument can even be a [complex number](https://docs.python.org/3.0/library/cmath.html), and in that case its [modulus](http://www.mathcentre.ac.uk/resources/sigma%20complex%20number%20leaflets/sigma-complex9-2009-1.pdf) is returned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"built in function in Python 3": Repetitive use of the word in
.
Maybe change to: "built in function with Python 3".
ghost
self-assigned this
Apr 30, 2016
Please rename the file to |
ghost
changed the title
Add python-abs.md
Article: Python abs()
Apr 30, 2016
LGTM |
waliahimanshu
pushed a commit
to waliahimanshu/wiki
that referenced
this pull request
May 5, 2016
* Add python-abs.md * Fix built-in * Add some fixes * Rename python abs
Rafase282
added a commit
to Rafase282/wiki
that referenced
this pull request
May 6, 2016
* 'csharp' of git://github.com/waliahimanshu/wiki: (125 commits) using Title Case for heading and subheadings Add cities, May 01 2016 Fix spacing of "PR" in PR Contribute article Add REPL snippets to pairwise Add REPL snippet to map the debris Add REPL snippets to Make a person Add REPL snippets to friendly date ranges Add REPL snippet to no repeats please Add REPL snippets to inventory update Add REPL snippets to exact change Add REPL snippets to symmetric difference Add repl snippet to validate us telephone numbers Add cities, April 30 2016 Add REPL snippets to JS Intermediate Algorithm Challenges Added repl.it snippets to all basic algorithms Split python operators article Fixed Java Math.sqrt Article Rename python-any Rename python-all Article: Python abs() (freeCodeCamp#825) ...
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of #819