MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Scientific

Method Scientific

ext/formatting.go:756–756  ·  view source on GitHub ↗

Scientific functions identically to Fixed, except the string returned from the closure is expected to be in scientific notation.

(*int)

Source from the content-addressed store, hash-verified

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.

Callers 1

parseFormattingClauseFunction · 0.65

Implementers 4

stringFormatterV2ext/formatting_v2.go
stringFormatCheckerV2ext/formatting_v2.go
stringFormatterext/formatting.go
stringFormatCheckerext/formatting.go

Calls

no outgoing calls

Tested by

no test coverage detected