NewDFloat is a helper routine to create a *DFloat initialized from its argument.
(d DFloat)
| 746 | // NewDFloat is a helper routine to create a *DFloat initialized from its |
| 747 | // argument. |
| 748 | func NewDFloat(d DFloat) *DFloat { |
| 749 | return &d |
| 750 | } |
| 751 | |
| 752 | // ParseDFloat parses and returns the *DFloat Datum value represented by the provided |
| 753 | // string, or an error if parsing is unsuccessful. |
no outgoing calls
no test coverage detected
searching dependent graphs…