| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks, and apologies. Flag for next minor release.
// complex128 requires 24+24+1+1+1 = 51 bytes max (float64+float64+paren+sign+i+paren).(paren+float64+float64+i+paren)
The comment mentions sign but that's included in the float64. The math is right.
// complex64 requires 15+15+1+1+1 = 33 bytes max (float32+float32+paren+sign+i+paren).(paren+float32+float32+i+paren)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |