Home | History | Annotate | Download | only in fmt

Lines Matching full:realvalue

802 					for _, realValue := range values {
804 one := Sprintf(realFmt, complex(realValue, imagValue))
805 two := Sprintf("("+realFmt+imagFmt+"i)", realValue, imagValue)