Skip to content

Commit

Permalink
header edits for elastic decimal arithmetic type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Oct 8, 2024
1 parent a83b634 commit ea26a9a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion elastic/decimal/api/exceptions.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// exceptions.cpp : test suite for arithmetic exceptions of adaptive precision decimal integers
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
1 change: 1 addition & 0 deletions elastic/decimal/arithmetic/addition.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// addition.cpp: test suite runner for addition on adaptive precision decimal integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
1 change: 1 addition & 0 deletions elastic/decimal/arithmetic/division.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// division.cpp: test suite runner for division on adaptive precision decimal integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
1 change: 1 addition & 0 deletions elastic/decimal/arithmetic/multiplication.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// multiplication.cpp: test suite runner for multiplicationon adaptive precision decimal integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
1 change: 1 addition & 0 deletions elastic/decimal/arithmetic/subtraction.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// subtraction.cpp: test suite runner for subtractionon adaptive precision decimal integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion elastic/decimal/conversion/assignment.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// assignment.cpp: test suite runner for assignment on adaptive precision decimal integers
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down
3 changes: 2 additions & 1 deletion elastic/decimal/logic/comparison.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// comparison.cpp: test suite runner for logic comparisons on adaptive precision decimal integers
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down
3 changes: 2 additions & 1 deletion elastic/decimal/math/factorial.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// factorial.cpp: test suite runner for factorials on adaptive precision decimal integers
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down
3 changes: 2 additions & 1 deletion elastic/decimal/performance/performance.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// performance.cpp: test suite runner for measuring performance off adaptive precision decimal integers
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down

0 comments on commit ea26a9a

Please sign in to comment.