mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
delete export
TBR=r OCL=23121 CL=23127
This commit is contained in:
parent
0183baaf44
commit
839a68469b
234 changed files with 1198 additions and 1199 deletions
|
|
@ -82,7 +82,7 @@ import "math"
|
|||
// compiler will convert from decimal to binary accurately enough
|
||||
// to produce the hexadecimal values shown.
|
||||
|
||||
export func Exp(x float64) float64 {
|
||||
func Exp(x float64) float64 {
|
||||
const (
|
||||
Ln2Hi = 6.93147180369123816490e-01;
|
||||
Ln2Lo = 1.90821492927058770002e-10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue