plurimath 0.8.24 → 0.8.25

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c205999703df727ab9f7a9cda7a4fddb7359b0b57e59413e52ecebc7e961de1
4
- data.tar.gz: 158c063d2ae937a256a859cbbcb42826de6289874c592fccb55ef76dde97b7f9
3
+ metadata.gz: e0d7ee4256ab83d3095548450106032cf44dea17f7cd3918094a4eb694a824d5
4
+ data.tar.gz: 931df05dfa07ad97d8c7b1a39ecce17216e0587ffb36395b602f899a0ee15eb4
5
5
  SHA512:
6
- metadata.gz: 02e70b4a39ca41afbe43b2ba6099f07b7882e5908f140ab5d4a6bd0f600272d47912d548ac1d8794707affc57b9efe00e472e2c2a6e92e793d6b2b105b85d5f2
7
- data.tar.gz: 7b6172ca6cd799cf8f4d81044eb7380ed9326f87cebf286d1bf25ccd81fa4674f6d9190df0f3555983b1b2a2e946725b1594e4eb72bc18e5d4da16d92d4119e2
6
+ metadata.gz: e6d918b4b4991b767b261a3f12e80d167af6b8d5a0cf877c29741cf79e62c93727ebce68546410798ecfb31c5ae75030623c36a1bb595fd1d628fbb22f48790e
7
+ data.tar.gz: 754a5efc72f878c15cf9066b352d4c45f3c647432c44bbb187249a7d86a4d62794fdcc1c264ff865e63833916f3e5f75177dccd20fd5137cbfebaa522b03346c
@@ -39,8 +39,8 @@ module Plurimath
39
39
  rad_element,
40
40
  [
41
41
  pr_element,
42
- omml_parameter(parameter_two, display_style, tag_name: "deg", options: options),
43
- omml_parameter(parameter_one, display_style, tag_name: "e", options: options),
42
+ omml_parameter(parameter_one, display_style, tag_name: "deg", options: options),
43
+ omml_parameter(parameter_two, display_style, tag_name: "e", options: options),
44
44
  ],
45
45
  )
46
46
  [rad_element]
@@ -242,8 +242,8 @@ module Plurimath
242
242
  )
243
243
  else
244
244
  Math::Function::Root.new(
245
- Utility.filter_values(rad[2]),
246
245
  rad[1],
246
+ Utility.filter_values(rad[2]),
247
247
  )
248
248
  end
249
249
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plurimath
4
- VERSION = "0.8.24"
4
+ VERSION = "0.8.25"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plurimath
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.24
4
+ version: 0.8.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.