String formats x like x.Text('G'). It matches the to-scientific-string conversion of the GDA spec.
()
| 33 | // String formats x like x.Text('G'). It matches the to-scientific-string |
| 34 | // conversion of the GDA spec. |
| 35 | func (d *Decimal) String() string { |
| 36 | return d.Text('G') |
| 37 | } |
| 38 | |
| 39 | // lowestZeroNegativeCoefficientCockroach is the smallest co-efficient in |
| 40 | // Cockroach supports using 0E<coefficient>. |