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

Method Scientific

ext/formatting_v2.go:656–656  ·  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

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.

Callers 1

parseFormattingClauseV2Function · 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