blob: 25d10f698177ab1332ae9a4d7658aecdda9180e2 [file] [log] [blame]
Avi Drissmane4622aa2022-09-08 20:36:061// Copyright 2017 The Chromium Authors
[email protected]5bfecbc52014-02-27 13:49:042// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
danakj0a448602015-03-10 00:31:165#ifndef BASE_NUMERICS_SAFE_MATH_H_
6#define BASE_NUMERICS_SAFE_MATH_H_
[email protected]5bfecbc52014-02-27 13:49:047
jschuh6a2c67b92017-06-12 22:57:228#include "base/numerics/checked_math.h"
jschuhb180f392017-07-03 15:09:229#include "base/numerics/clamped_math.h"
jschuh6a2c67b92017-06-12 22:57:2210#include "base/numerics/safe_conversions.h"
[email protected]5bfecbc52014-02-27 13:49:0411
danakj0a448602015-03-10 00:31:1612#endif // BASE_NUMERICS_SAFE_MATH_H_