fmt.State.Precision (method)

4 uses

	fmt (current package)
		print.go#L44: 	Precision() (prec int, ok bool)

	math/big
		ftoa.go#L466: 	prec, hasPrec := s.Precision()
		intconv.go#L135: 	precision, precisionSet := s.Precision()

	src.elv.sh/pkg/eval
		builtin_fn_io.go#L339: 	if p, ok := state.Precision(); ok {