chromium/v8/src/base/numbers/cached-powers.cc

// Copyright 2011 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/base/numbers/cached-powers.h"

#include <limits.h>
#include <stdarg.h>
#include <stdint.h>

#include <cmath>

#include "src/base/logging.h"
#include "src/base/macros.h"

namespace v8 {
base  // namespace base
}  // namespace v8