Sha256: a7b4ec168385150fe56a97b5705eaa97f8014359e1d43226d2738563d1dbddf0

Contents?: true

Size: 144 Bytes

Versions: 26

Compression:

Stored size: 144 Bytes

Contents

#!/usr/bin/env ruby

require 'gmp'

a = GMP::F.new 256
b = GMP::F.new 10
c = GMP::F.new 0.5

[a,b].map{|x| p x.sqrt }
[a,b].map{|x| p x ** c }

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
gmp-0.7.43 test/test-23.rb
gmp-0.7.19 test/test-23.rb
gmp-0.6.47 test/test-23.rb
gmp-0.6.43 test/test-23.rb
gmp-0.6.41 test/test-23.rb
gmp-0.6.31 test/test-23.rb
gmp-0.6.19 test/test-23.rb
gmp-0.6.17 test/test-23.rb
gmp-0.6.13 test/test-23.rb
gmp-0.6.7 test/test-23.rb
gmp-0.5.47 test/test-23.rb
gmp-0.5.41 test/test-23.rb
gmp-0.5.41-x86-mingw32 test/test-23.rb
gmp-0.5.23 test/test-23.rb
gmp-0.5.23-x86-mingw32 test/test-23.rb
gmp-0.5.3 test/test-23.rb
gmp-0.5.3-x86-mingw32 test/test-23.rb
gmp-0.4.7-x86_64-linux test/test-23.rb
gmp-0.4.7 test/test-23.rb
gmp-0.4.7-x86-mingw32 test/test-23.rb