Scientific functions identically to Fixed, except the string returned from the closure is expected to be in scientific notation.
(*int)
| 754 | // Scientific functions identically to Fixed, except the string returned from the closure |
| 755 | // is expected to be in scientific notation. |
| 756 | Scientific(*int) func(ref.Val, string) (string, error) |
| 757 | |
| 758 | // Binary takes a ref.Val and a string representing the current locale identifier |
| 759 | // and returns the Val formatted as a binary integer, or an error if one occurred. |
no outgoing calls
no test coverage detected