NewDFloat is a helper routine to create a *DFloat initialized from its argument.
(d DFloat)
| 831 | // NewDFloat is a helper routine to create a *DFloat initialized from its |
| 832 | // argument. |
| 833 | func NewDFloat(d DFloat) *DFloat { |
| 834 | return &d |
| 835 | } |
| 836 | |
| 837 | // ParseDFloat parses and returns the *DFloat Datum value represented by the provided |
| 838 | // string, or an error if parsing is unsuccessful. |
no outgoing calls
no test coverage detected
searching dependent graphs…