tbmx 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tbmx.rb +2 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d89e3bd39dba70ab3ce7af1af18e48b2f4d06a33
4
- data.tar.gz: f7ee5cfed9a1e044eeb76712d25896e82811f4c2
3
+ metadata.gz: d280c37bd4bc9a3440a431f875aac77a666e4be7
4
+ data.tar.gz: e32c5227f80985d31cbc6d5dcb96fca747265a53
5
5
  SHA512:
6
- metadata.gz: 6d61136a46793f9d21f566cc67ad34061fffcfd3d11c411a2ca5f094f5c3f9f46d976c3c3f3c4be8d052e39c485ee64faf06395a4482c6850a2196a8b11c607f
7
- data.tar.gz: 23561dd854f251ca25f08844326a7af0cceef915c94232d161bf80c65f81ea6bf1177ca71a862523dbded4e5015a5aa4990580579ed532ebc27f669731862d03
6
+ metadata.gz: 61c284f97f8ad7d336ef49ccd6489c3dd04608aba1e3e55aafbf384d8509b627f24453d1e1eadc075ffc01488bd871a96bcbd06559d38bf7fe8fb6c3dcb9222a
7
+ data.tar.gz: 5adc20bb66136667e31f9990e28f11391447fe0f306bcae7db4d511bc5e8010b038333726cab122e681fa6da4286cc04e52af52b7a526bdd1cef212dc7b0fcd5
data/lib/tbmx.rb CHANGED
@@ -346,6 +346,8 @@ module TBMX
346
346
  MathFunctions::radians2degrees number_from_expression
347
347
  when "lgamma"
348
348
  MathFunctions::lgamma number_from_expression
349
+ when "ln"
350
+ Math.log number_from_expression
349
351
  when "log"
350
352
  base, number = numbers_from_expressions
351
353
  if number.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tbmx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Mark Gore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-23 00:00:00.000000000 Z
11
+ date: 2015-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport