Home
last modified time | relevance | path

Searched refs:Imaginary (Results 1 – 8 of 8) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go756Imaginary *float64 `protobuf:"fixed64,1,opt,name=imaginary" json:"imaginary,omi… member
797 if m != nil && m.Imaginary != nil {
798 return *m.Imaginary
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst695 Imaginary literals
698 Imaginary literals are described by the following lexical definitions:
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst858 Imaginary literals
861 Imaginary literals are described by the following lexical definitions:
/external/golang-protobuf/jsonpb/
Djsonpb_test.go339 complexNumber = &pb.Complex{Imaginary: proto.Float64(0.5772156649)}
/external/python/cpython2/Doc/
Dglossary.rst127 expressed as a sum of a real part and an imaginary part. Imaginary
/external/python/cpython3/Doc/
Dglossary.rst209 expressed as a sum of a real part and an imaginary part. Imaginary
/external/python/cpython2/Misc/
DHISTORY14768 - Complex numbers are now supported. Imaginary constants are written with
/external/python/cpython3/Misc/
DHISTORY32147 - Complex numbers are now supported. Imaginary constants are written with