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