{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          40,
          52
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 12
          }
        }
      },
      "range": [
        40,
        53
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 13
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Created by austin on 6/8/16.\n ",
          "range": [
            0,
            39
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "integrate",
            "range": [
              62,
              71
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 8
              },
              "end": {
                "line": 5,
                "column": 17
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "integrate",
            "range": [
              62,
              71
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 8
              },
              "end": {
                "line": 5,
                "column": 17
              }
            }
          },
          "range": [
            62,
            71
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 8
            },
            "end": {
              "line": 5,
              "column": 17
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../src/Dispersion/utils",
        "raw": "'../src/Dispersion/utils'",
        "range": [
          78,
          103
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 24
          },
          "end": {
            "line": 5,
            "column": 49
          }
        }
      },
      "range": [
        54,
        104
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 50
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              112,
              116
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 11
              }
            }
          },
          "range": [
            112,
            116
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 7
            },
            "end": {
              "line": 6,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "chai",
        "raw": "'chai'",
        "range": [
          122,
          128
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 17
          },
          "end": {
            "line": 6,
            "column": 23
          }
        }
      },
      "range": [
        105,
        129
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              131,
              135
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 4
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "should",
            "range": [
              136,
              142
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 5
              },
              "end": {
                "line": 8,
                "column": 11
              }
            }
          },
          "range": [
            131,
            142
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 11
            }
          }
        },
        "arguments": [],
        "range": [
          131,
          144
        ],
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 13
          }
        }
      },
      "range": [
        131,
        145
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            147,
            155
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Integrate",
            "raw": "'Integrate'",
            "range": [
              156,
              167
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 20
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        186,
                        188
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "accurate within 1/1000 for simple functions",
                        "raw": "'accurate within 1/1000 for simple functions'",
                        "range": [
                          189,
                          234
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 7
                          },
                          "end": {
                            "line": 11,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "integrate",
                                          "range": [
                                            252,
                                            261
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 17
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": 0,
                                            "raw": "0",
                                            "range": [
                                              262,
                                              263
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 19
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              265,
                                              266
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 22
                                              }
                                            }
                                          },
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "id": null,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      283,
                                                      284
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    276,
                                                    285
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 12,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 41
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                274,
                                                287
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              268,
                                              287
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 43
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          252,
                                          288
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 44
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "should",
                                        "range": [
                                          289,
                                          295
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "range": [
                                        252,
                                        295
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        296,
                                        298
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 54
                                        }
                                      }
                                    },
                                    "range": [
                                      252,
                                      298
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 54
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closeTo",
                                    "range": [
                                      299,
                                      306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "range": [
                                    252,
                                    306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 62
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      307,
                                      308
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 64
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0.001,
                                    "raw": "0.001",
                                    "range": [
                                      310,
                                      315
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 71
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  252,
                                  316
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 72
                                  }
                                }
                              },
                              "range": [
                                252,
                                317
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 73
                                }
                              }
                            }
                          ],
                          "range": [
                            242,
                            323
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 60
                            },
                            "end": {
                              "line": 13,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          236,
                          323
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 54
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      186,
                      324
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 59,
                    "_esdocTestName": "it59"
                  },
                  "range": [
                    186,
                    325
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 13,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        335,
                        337
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "can take functions with arguments",
                        "raw": "'can take functions with arguments'",
                        "range": [
                          338,
                          373
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 7
                          },
                          "end": {
                            "line": 15,
                            "column": 42
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "integrate",
                                          "range": [
                                            390,
                                            399
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": 0,
                                            "raw": "0",
                                            "range": [
                                              400,
                                              401
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 18
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              403,
                                              404
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 21
                                              }
                                            }
                                          },
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  407,
                                                  408
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 25
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      422,
                                                      423
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    415,
                                                    424
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 16,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 16,
                                                      "column": 41
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                413,
                                                426
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              406,
                                              426
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 43
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          390,
                                          427
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 44
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "should",
                                        "range": [
                                          428,
                                          434
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "range": [
                                        390,
                                        434
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        435,
                                        437
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 54
                                        }
                                      }
                                    },
                                    "range": [
                                      390,
                                      437
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 54
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closeTo",
                                    "range": [
                                      438,
                                      445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "range": [
                                    390,
                                    445
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 62
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 0.5,
                                    "raw": "0.5",
                                    "range": [
                                      446,
                                      449
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 66
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0.001,
                                    "raw": "0.001",
                                    "range": [
                                      451,
                                      456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 73
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  390,
                                  457
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 74
                                  }
                                }
                              },
                              "range": [
                                390,
                                458
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 7
                                },
                                "end": {
                                  "line": 16,
                                  "column": 75
                                }
                              }
                            }
                          ],
                          "range": [
                            381,
                            465
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 50
                            },
                            "end": {
                              "line": 17,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          375,
                          465
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 44
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      335,
                      466
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 60,
                    "_esdocTestName": "it60"
                  },
                  "range": [
                    335,
                    467
                  ],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 17,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        473,
                        475
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "does slightly more complex functions with increased accuracy",
                        "raw": "'does slightly more complex functions with increased accuracy'",
                        "range": [
                          476,
                          538
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 7
                          },
                          "end": {
                            "line": 19,
                            "column": 69
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "integrate",
                                          "range": [
                                            555,
                                            564
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": 2,
                                            "raw": "2",
                                            "range": [
                                              565,
                                              566
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 18
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 3,
                                            "raw": "3",
                                            "range": [
                                              568,
                                              569
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 21
                                              }
                                            }
                                          },
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  572,
                                                  573
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 25
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "*",
                                                    "left": {
                                                      "type": "Literal",
                                                      "value": 0.25,
                                                      "raw": ".25",
                                                      "range": [
                                                        587,
                                                        590
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 20,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 42
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "Math",
                                                          "range": [
                                                            593,
                                                            597
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 20,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 20,
                                                              "column": 49
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "pow",
                                                          "range": [
                                                            598,
                                                            601
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 20,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 20,
                                                              "column": 53
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          593,
                                                          601
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 20,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 20,
                                                            "column": 53
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "x",
                                                          "range": [
                                                            602,
                                                            603
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 20,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 20,
                                                              "column": 55
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 3,
                                                          "raw": "3",
                                                          "range": [
                                                            605,
                                                            606
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 20,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 20,
                                                              "column": 58
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        593,
                                                        607
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 20,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      587,
                                                      607
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 59
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    580,
                                                    608
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 60
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                578,
                                                610
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              571,
                                              610
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 62
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 0.0001,
                                            "raw": "0.0001",
                                            "range": [
                                              612,
                                              618
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 70
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          555,
                                          619
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 71
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "should",
                                        "range": [
                                          632,
                                          638
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "range": [
                                        555,
                                        638
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        639,
                                        641
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      555,
                                      641
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closeTo",
                                    "range": [
                                      642,
                                      649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    555,
                                    649
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 4.0625,
                                    "raw": "4.0625",
                                    "range": [
                                      650,
                                      656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 36
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0.001,
                                    "raw": "0.001",
                                    "range": [
                                      658,
                                      663
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 43
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  555,
                                  664
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                555,
                                665
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 7
                                },
                                "end": {
                                  "line": 21,
                                  "column": 45
                                }
                              }
                            }
                          ],
                          "range": [
                            546,
                            671
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 77
                            },
                            "end": {
                              "line": 22,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          540,
                          671
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 71
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      473,
                      672
                    ],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 61,
                    "_esdocTestName": "it61"
                  },
                  "range": [
                    473,
                    673
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 22,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                180,
                675
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 33
                },
                "end": {
                  "line": 23,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              169,
              675
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 22
              },
              "end": {
                "line": 23,
                "column": 1
              }
            }
          }
        ],
        "range": [
          147,
          676
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 23,
            "column": 2
          }
        },
        "_esdocTestId": 58,
        "_esdocTestName": "describe58"
      },
      "range": [
        147,
        677
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 23,
          "column": 3
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    40,
    677
  ],
  "loc": {
    "start": {
      "line": 4,
      "column": 0
    },
    "end": {
      "line": 23,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Created by austin on 6/8/16.\n ",
      "range": [
        0,
        39
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    }
  ]
}