bigdecimal-math_r 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/changelog.md +2 -0
- data/lib/bigdecimal/math_r/version.rb +1 -1
- data/lib/bigdecimal/math_r.so +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 518812b6a73ac402e7e68bbab7063ccda4cf1f65dc52bd7267894252e56308b7
|
4
|
+
data.tar.gz: a16aa529cbf7f3da0f9aec0699ee447cfff6925c7a6d2b30cfff2693dc346310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 473370ffad4f28e5679d52ff5b164270fba4cc39bb83befbcc108a168449d52b6383952dddd1c00edf885bc4ffab0eff95ede1e356a09f59ec16389fc2bfc08e
|
7
|
+
data.tar.gz: 9976dcd853ca1209736a19d65f4b184d7d01a6d8d05c744c0415d0da15d4c423b94ec6c82a6d770928b317d4f72dd289a0c04f32836cd088ba07cc6fe3760bb9
|
data/changelog.md
CHANGED
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.2.2] - 2025-10-XX
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
- The names of mathematical constants were unified by the discoverer
|
12
14
|
- Renamed `BigMathR::Const::E.ser` to `BigMathR::Const::E.napier`
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bigdecimal-math_r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tribusonz-2
|
@@ -366,6 +366,7 @@ files:
|
|
366
366
|
- ext/bigdecimal/math_r/solver.c
|
367
367
|
- ext/bigdecimal/math_r/trig.c
|
368
368
|
- lib/bigdecimal/math_r.rb
|
369
|
+
- lib/bigdecimal/math_r.so
|
369
370
|
- lib/bigdecimal/math_r/const/E_euler.rb
|
370
371
|
- lib/bigdecimal/math_r/const/EulerGamma_engel.rb
|
371
372
|
- lib/bigdecimal/math_r/const/LOG2_bbp2007.rb
|