mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
tools to update math lib.
you need a hack to 6ar to do this, but it's not checked in yet SVN=126943
This commit is contained in:
parent
2fdbf0d595
commit
439b0c40bc
8 changed files with 11 additions and 45 deletions
|
|
@ -5,25 +5,7 @@
|
|||
|
||||
package main
|
||||
|
||||
//import math "math"
|
||||
|
||||
import math "asin"
|
||||
import math "atan"
|
||||
import math "atan2"
|
||||
import math "exp"
|
||||
import math "fabs"
|
||||
import math "floor"
|
||||
import math "fmod"
|
||||
import math "hypot"
|
||||
import math "log"
|
||||
import math "pow"
|
||||
import math "pow10"
|
||||
import math "sin"
|
||||
import math "sinh"
|
||||
import math "sqrt"
|
||||
import math "tan"
|
||||
import math "tanh"
|
||||
|
||||
import math "math"
|
||||
|
||||
const length = 10;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue