Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
Copyright (c) 2022-2025 Michael Dilger
Copyright (c) 2022-2026 Michael Dilger

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/eq.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
// Copyright (c) 2022-2025 Michael Dilger
// Copyright (c) 2022-2026 Michael Dilger
// Licensed under the MIT license. See LICENSE for details.

use super::Ulps;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
// Copyright (c) 2022-2025 Michael Dilger
// Copyright (c) 2022-2026 Michael Dilger
// Licensed under the MIT license. See LICENSE for details.

//! # float-cmp
Expand Down
2 changes: 1 addition & 1 deletion src/ratio.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
// Copyright (c) 2022-2025 Michael Dilger
// Copyright (c) 2022-2026 Michael Dilger
// Licensed under the MIT license. See LICENSE for details.

use core::cmp::PartialOrd;
Expand Down
2 changes: 1 addition & 1 deletion src/ulps.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
// Copyright (c) 2022-2025 Michael Dilger
// Copyright (c) 2022-2026 Michael Dilger
// Licensed under the MIT license. See LICENSE for details.

#[cfg(feature = "num-traits")]
Expand Down
2 changes: 1 addition & 1 deletion src/ulps_eq.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd
// Copyright (c) 2022-2025 Michael Dilger
// Copyright (c) 2022-2026 Michael Dilger
// Licensed under the MIT license. See LICENSE for details.

use super::Ulps;
Expand Down