Home | History | Annotate | Download | only in xml

Lines Matching defs:Pi

74 type Pi struct {
75 XMLName struct{} `xml:"pi"`
476 {Value: &Pi{Approximation: 3.14159265}, ExpectXML: `<pi>3.1415927</pi>`},