diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-bigfloat/pkg/DESCR | 1 | ||||
-rw-r--r-- | math/ruby-bitvector/pkg/DESCR | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/math/ruby-bigfloat/pkg/DESCR b/math/ruby-bigfloat/pkg/DESCR index 1bbe641a0f1..d0067c8e94c 100644 --- a/math/ruby-bigfloat/pkg/DESCR +++ b/math/ruby-bigfloat/pkg/DESCR @@ -2,4 +2,3 @@ BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation. Author: Shigeo Kobayashi <shigeo@tinyforest.gr.jp> -WWW: http://www.tinyforest.gr.jp/ruby/bigfloat_en.html diff --git a/math/ruby-bitvector/pkg/DESCR b/math/ruby-bitvector/pkg/DESCR index 4bffd1cf6a6..8f841316343 100644 --- a/math/ruby-bitvector/pkg/DESCR +++ b/math/ruby-bitvector/pkg/DESCR @@ -3,4 +3,3 @@ Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented as a wrapper around Bit::Vector version 6.0 by Steffen Beyer. Author: Robert Feldt <feldt@ce.chalmers.se> -WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/ |