From 353a12b27bf6a77e0c32050e0365ffc860fdf3c7 Mon Sep 17 00:00:00 2001 From: kzrnm Date: Sat, 25 Nov 2023 16:22:31 +0900 Subject: [PATCH 1/2] Fix doc of FloorSum --- Source/ac-library-csharp/Math/Internal/FloorSum.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ac-library-csharp/Math/Internal/FloorSum.cs b/Source/ac-library-csharp/Math/Internal/FloorSum.cs index 70e8277..2fb22cc 100644 --- a/Source/ac-library-csharp/Math/Internal/FloorSum.cs +++ b/Source/ac-library-csharp/Math/Internal/FloorSum.cs @@ -5,7 +5,7 @@ namespace AtCoder.Internal public static class FloorSum { /// - /// sum_{i=0}^{-1} floor(*i+/) を返します。答えがオーバーフローしたならば  mod2^64 で等しい値を返します。 + /// sum_{i=0}^{-1} floor((*i+)/) を返します。答えがオーバーフローしたならば  mod2^64 で等しい値を返します。 /// /// /// 制約: From 558781971dd2b6d0e37f3264ffcabfdcba72b84f Mon Sep 17 00:00:00 2001 From: kzrnm Date: Sat, 25 Nov 2023 16:22:39 +0900 Subject: [PATCH 2/2] v3.6.1 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d89511..6eecc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.0] - 2023-11-25 +### Changed +- Fix doc of FloorSum + ## [3.6.0] - 2023-11-23 ### Added - Add `Parse`/`TryParse` to `ModInt` diff --git a/Directory.Build.props b/Directory.Build.props index e6b1222..311c35e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ https://github.com/kzrnm/ac-library-csharp https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md - 3.6.0 - 3.6.0.101 + 3.6.1 + 3.6.1.101 $(GIT_COMMIT) True