diff options
Diffstat (limited to 'lib/std/math/nan.zig')
| -rw-r--r-- | lib/std/math/nan.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/std/math/nan.zig b/lib/std/math/nan.zig index 98051b155a..5a01a5b3bd 100644 --- a/lib/std/math/nan.zig +++ b/lib/std/math/nan.zig @@ -1,8 +1,3 @@ -// SPDX-License-Identifier: MIT -// Copyright (c) 2015-2021 Zig Contributors -// This file is part of [zig](https://ziglang.org/), which is MIT licensed. -// The MIT license requires this copyright notice to be included in all copies -// and substantial portions of the software. const math = @import("../math.zig"); /// Returns the nan representation for type T. |
