FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/mathmodule.c - NeuHacker007/python · GitHub
NeuHacker007
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Modules
mathmodule.c
on
master
User selector
Datepicker
Commit history
Commits on Dec 20, 2008
remove redundant sentence
Show description for 53c13a8
benjamin.peterson
committed
53c13a8
View commit details
Copy full SHA for 53c13a8
View code at this point
Browse repository at this point
beef up docstring
Show description for 4af437c
benjamin.peterson
committed
4af437c
View commit details
Copy full SHA for 4af437c
View code at this point
Browse repository at this point
Commits on Dec 11, 2008
Issues #3167, #3682: tests for math.log and math.log10 were failing on
Show description for 64f660e
mark.dickinson
committed
64f660e
View commit details
Copy full SHA for 64f660e
View code at this point
Browse repository at this point
Commits on Jul 30, 2008
Replace math.sum with math.fsum in a couple of comments
Show description for ef24f23
mark.dickinson
committed
ef24f23
View commit details
Copy full SHA for ef24f23
View code at this point
Browse repository at this point
Rename math.sum to math.fsum
Show description for 5ded579
mark.dickinson
committed
5ded579
View commit details
Copy full SHA for 5ded579
View code at this point
Browse repository at this point
Fix special-value handling for math.sum.
Show description for 8acd596
mark.dickinson
committed
8acd596
View commit details
Copy full SHA for 8acd596
View code at this point
Browse repository at this point
Commits on Jun 20, 2008
Fix another typo in math_sum comment
Show description for b4aa108
mark.dickinson
committed
b4aa108
View commit details
Copy full SHA for b4aa108
View code at this point
Browse repository at this point
Fix comment typos
Show description for 819f4d9
andrew.kuchling
committed
819f4d9
View commit details
Copy full SHA for 819f4d9
View code at this point
Browse repository at this point
Commits on Jun 18, 2008
Fix double decref.
Show description for a3d27d4
raymond.hettinger
committed
a3d27d4
View commit details
Copy full SHA for a3d27d4
View code at this point
Browse repository at this point
Commits on Jun 17, 2008
Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
Show description for f33c039
mark.dickinson
committed
f33c039
View commit details
Copy full SHA for f33c039
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds.
Show description for d63b8dd
raymond.hettinger
committed
d63b8dd
View commit details
Copy full SHA for d63b8dd
View code at this point
Browse repository at this point
Address double-rounding scenarios by setting all variables to long doubles.
Show description for 7121e8f
raymond.hettinger
committed
7121e8f
View commit details
Copy full SHA for 7121e8f
View code at this point
Browse repository at this point
Issue #2138: Add math.factorial().
Show description for 9b24722
raymond.hettinger
committed
9b24722
View commit details
Copy full SHA for 9b24722
View code at this point
Browse repository at this point
Commits on May 30, 2008
* Mark intermedidate computes values (hi, lo, yr) as volatile.
Show description for e6c337f
raymond.hettinger
committed
e6c337f
View commit details
Copy full SHA for e6c337f
View code at this point
Browse repository at this point
Commits on May 29, 2008
Fix two typos.
Show description for 0c01a9c
raymond.hettinger
committed
0c01a9c
View commit details
Copy full SHA for 0c01a9c
View code at this point
Browse repository at this point
Commits on May 23, 2008
Tweak the comments and formatting.
Show description for 387c51c
raymond.hettinger
committed
387c51c
View commit details
Copy full SHA for 387c51c
View code at this point
Browse repository at this point
Issue #2819: Add math.sum, a function that sums a sequence of floats
Show description for f841dfd
mark.dickinson
committed
f841dfd
View commit details
Copy full SHA for f841dfd
View code at this point
Browse repository at this point
Commits on May 9, 2008
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Show description for 822e129
mark.dickinson
committed
822e129
View commit details
Copy full SHA for 822e129
View code at this point
Browse repository at this point
Commits on Apr 21, 2008
Silence 'r may be used uninitialized' compiler warning.
Show description for 41067ef
mark.dickinson
committed
41067ef
View commit details
Copy full SHA for 41067ef
View code at this point
Browse repository at this point
Commits on Apr 20, 2008
math.atan2 is misbehaving on Windows; this patch
Show description for 61347ff
mark.dickinson
committed
61347ff
View commit details
Copy full SHA for 61347ff
View code at this point
Browse repository at this point
Yet more explicit special case handling to make
Show description for 3d77e43
mark.dickinson
committed
3d77e43
View commit details
Copy full SHA for 3d77e43
View code at this point
Browse repository at this point
FreeBSD doesn't follow C99 for modf(inf); so add explicit
Show description for cf165f5
mark.dickinson
committed
cf165f5
View commit details
Copy full SHA for cf165f5
View code at this point
Browse repository at this point
Commits on Apr 19, 2008
Additional special-case handling for math.pow.
Show description for 0eb14d4
mark.dickinson
committed
0eb14d4
View commit details
Copy full SHA for 0eb14d4
View code at this point
Browse repository at this point
Additional tests for math.pow, and extra special-case
Show description for 9587289
mark.dickinson
committed
9587289
View commit details
Copy full SHA for 9587289
View code at this point
Browse repository at this point
Commits on Apr 18, 2008
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of lo…
Show description for acf0ad8
christian.heimes
committed
acf0ad8
View commit details
Copy full SHA for acf0ad8
View code at this point
Browse repository at this point
Commits on Feb 2, 2008
Neaten-up a bit.
Show description for 58873be
raymond.hettinger
committed
58873be
View commit details
Copy full SHA for 58873be
View code at this point
Browse repository at this point
Commits on Feb 1, 2008
Move __builtins__.trunc() to math.trunc() per
Show description for 47e9407
jeffrey.yasskin
committed
47e9407
View commit details
Copy full SHA for 47e9407
View code at this point
Browse repository at this point
Commits on Jan 25, 2008
setup.py doesn't pick up changes to a header file
Show description for 3b09fc9
christian.heimes
committed
3b09fc9
View commit details
Copy full SHA for 3b09fc9
View code at this point
Browse repository at this point
Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64)
Show description for c956b46
neal.norwitz
committed
c956b46
View commit details
Copy full SHA for c956b46
View code at this point
Browse repository at this point
Commits on Jan 5, 2008
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Show description for efe5c73
jeffrey.yasskin
committed
efe5c73
View commit details
Copy full SHA for efe5c73
View code at this point
Browse repository at this point
Commits on Jan 4, 2008
Fixed math.copysign() on Windows
Show description for f60f3db
christian.heimes
committed
f60f3db
View commit details
Copy full SHA for f60f3db
View code at this point
Browse repository at this point
Commits on Jan 3, 2008
Added copysign(x, y) function to the math module
Show description for f57bced
christian.heimes
committed
f57bced
View commit details
Copy full SHA for f57bced
View code at this point
Browse repository at this point
Added math.isinf() and math.isnan()
Show description for 410b4b2
christian.heimes
committed
410b4b2
View commit details
Copy full SHA for 410b4b2
View code at this point
Browse repository at this point
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Show description for cd607cc
jeffrey.yasskin
committed
cd607cc
View commit details
Copy full SHA for cd607cc
View code at this point
Browse repository at this point
Commits on Nov 19, 2006
Speed up function calls into the math module by using METH_O.
Show description for b9a168f
neal.norwitz
committed
b9a168f
View commit details
Copy full SHA for b9a168f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL