mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
105d3bc32f
On s390x, math.Atan(1) and math.Tan(1) give values that slightly differ from other architectures, causing TestTemplateFuncsExamples to fail. The golang math package states in the overview: "This package does not guarantee bit-identical results across architectures."