From b1b2e6ad50acaa8ae3bbee537f449b55d93b4636 Mon Sep 17 00:00:00 2001 From: Richard Wilkes Date: Mon, 31 Jul 2023 10:13:25 -0700 Subject: [PATCH] Add `.Add()` and `.Sub()` to f64.Int for easier use in templates --- .idea/inspectionProfiles/Project_Default.xml | 2 +- go.mod | 2 +- go.sum | 4 ++-- xmath/fixed/f64/f64.go | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 262684d..b7b5255 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,7 +2,7 @@