You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gc accepts the p-notation for floating point numbers:
mantissa "p" exponent
such as 12p-2, etc.
http://play.golang.org/p/xOixorUxUD
The spec doesn't mention them. gccgo and go/types don't support them.
a) we should either disallow them, or
b) we should support them with consistent syntax and document them.