)]}'
{
  "commit": "e4de2e7fd04c92d4035cd268d5043f2380aef437",
  "tree": "6864810ddcdaf0a8816191f320aad510edc1e358",
  "parents": [
    "69191553e7a67f63c21d79caf1881ee7487cb6bc"
  ],
  "author": {
    "name": "Charles L. Dorian",
    "email": "cldorian@gmail.com",
    "time": "Wed Dec 07 14:52:17 2011 -0500"
  },
  "committer": {
    "name": "Russ Cox",
    "email": "rsc@golang.org",
    "time": "Wed Dec 07 14:52:17 2011 -0500"
  },
  "message": "math: document special-cases behavior for Dim, Max and Min\n\nMax returns +Inf if x or y is +Inf; else it returns NaN if either x or y is NaN. Max(-0, -0) returns -0.\nMin returns -Inf if x or y is -Inf; else it returns NaN if either x or y is NaN. Min(+0, -0) returns -0.\nDim(+Inf, +Inf) \u003d NaN, Dim(-Inf, -Inf) \u003d NaN and Dim(NaN, anything) \u003d NaN.\nAlso, change \"conditions\" to \"cases\" for Sin (missed it in previous CL).\n\nR\u003drsc, dave\nCC\u003dgolang-dev\nhttps://golang.org/cl/5437137\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7e63023a1c40d71bfbe0c440b89c56fff8a69d89",
      "old_mode": 33188,
      "old_path": "src/pkg/math/all_test.go",
      "new_id": "7256ca42d34e8fb3bfe25ffd4957029e0f7b266b",
      "new_mode": 33188,
      "new_path": "src/pkg/math/all_test.go"
    },
    {
      "type": "modify",
      "old_id": "d2eb52f3bf1d331c7f916aafb38fa7cc12968bd5",
      "old_mode": 33188,
      "old_path": "src/pkg/math/dim.go",
      "new_id": "5701b14173e21a2db95eb6982a084cee585abdb1",
      "new_mode": 33188,
      "new_path": "src/pkg/math/dim.go"
    },
    {
      "type": "modify",
      "old_id": "cfc8e054971d947da6b187657f8fdeaf1c52969e",
      "old_mode": 33188,
      "old_path": "src/pkg/math/dim_amd64.s",
      "new_id": "c867db5537d7bd06c423f8089a2610396f6ef620",
      "new_mode": 33188,
      "new_path": "src/pkg/math/dim_amd64.s"
    },
    {
      "type": "modify",
      "old_id": "b2a3f8a4e0e3e119c8e748907dd0df8afa67c800",
      "old_mode": 33188,
      "old_path": "src/pkg/math/sin.go",
      "new_id": "18509d95cf0e85d0bd4357508da7a7a6a26d24c2",
      "new_mode": 33188,
      "new_path": "src/pkg/math/sin.go"
    }
  ]
}
