/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue7648.dir/a.go
10 строк
275 B
Shenghou Ma
cmd/gc: fix spurious "bad negated constant" for complex constants.
01 апр 2014, 10:55
01 апр 2014, 10:55
15bc7ab
Код
Авторство
О чём код?
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package a const ( sinPi4 = 0.70710678118654752440084436210484903928483593768847 A = complex(sinPi4, -sinPi4) )