Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c045b496
Commit
c045b496
authored
May 13, 2002
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added degrees() and radians() to mathmodule. Closing patch 552452 and
feature request 426539.
parent
7906634f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/lib/libmath.tex
Doc/lib/libmath.tex
+8
-0
No files found.
Doc/lib/libmath.tex
View file @
c045b496
...
...
@@ -47,6 +47,10 @@ Return the cosine of \var{x}.
Return the hyperbolic cosine of
\var
{
x
}
.
\end{funcdesc}
\begin{funcdesc}
{
degrees
}{
x
}
Converts angle
\var
{
x
}
from radians to degrees.
\end{funcdesc}
\begin{funcdesc}
{
exp
}{
x
}
Return
\code
{
e**
\var
{
x
}}
.
\end{funcdesc}
...
...
@@ -99,6 +103,10 @@ carry the sign of \var{x}. The integer part is returned as a float.
Return
\code
{
\var
{
x
}
**
\var
{
y
}}
.
\end{funcdesc}
\begin{funcdesc}
{
radians
}{
x
}
Converts angle
\var
{
x
}
from degrees to radians.
\end{funcdesc}
\begin{funcdesc}
{
sin
}{
x
}
Return the sine of
\var
{
x
}
.
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment