|
math: added ilogb, logb, remainder, tests and special conditions
Also added expm1_386 and remainder_386; shortened exp_386
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+331 lines, -5 lines) |
Patch |
 |
M |
src/pkg/math/Makefile
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/pkg/math/all_test.go
|
View
|
1
2
3
4
|
11 chunks |
+108 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/math/exp_386.s
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/expm1_386.s
|
View
|
1
2
3
4
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/expm1_decl.go
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/logb.go
|
View
|
1
2
3
4
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/remainder.go
|
View
|
1
2
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/remainder_386.s
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/pkg/math/remainder_decl.go
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10
|