plurimath 0.8.24 → 0.8.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/plurimath/math/function/root.rb +2 -2
- data/lib/plurimath/omml/transform.rb +1 -1
- data/lib/plurimath/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0d7ee4256ab83d3095548450106032cf44dea17f7cd3918094a4eb694a824d5
|
4
|
+
data.tar.gz: 931df05dfa07ad97d8c7b1a39ecce17216e0587ffb36395b602f899a0ee15eb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
43
|
-
omml_parameter(
|
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]
|
data/lib/plurimath/version.rb
CHANGED