mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
update to Unicode 5
SVN=126184
This commit is contained in:
parent
0d079a5362
commit
5b904a3bde
24 changed files with 1520 additions and 1256 deletions
|
|
@ -40,7 +40,7 @@ exp(arg double) double
|
|||
return 0.;
|
||||
}
|
||||
if arg > maxf {
|
||||
panic "return sys.Inf(1)"
|
||||
return sys.Inf(1)
|
||||
}
|
||||
|
||||
x = arg*log2e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue