[ 原始碼: ruby-numru-misc ]
套件: ruby-numru-misc (0.1.2-2.1)
ruby-numru-misc 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-numru-misc:
- [ruby-numru-misc_0.1.2-2.1.dsc]
- [ruby-numru-misc_0.1.2.orig.tar.gz]
- [ruby-numru-misc_0.1.2-2.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Youhei SASAKI
外部的資源:
- 主頁 [ruby.gfd-dennou.org]
相似套件:
Miscellaneous functions and classes to help Ruby programming
The module "NumRu::Misc" provides miscellaneous functions and classes to facilitate programming for Ruby.
- NumRu::Misc::KeywordOpt A class to facilitate optional keyword arguments. More specifically, it helps the use of a Hash to mimic the keyword argument system. With this, you can set default values and description to each keyword argument. - NArray Enhanchement - NumRu::Misc::MD_Iterators A Mixin. To be included in a class with multi-dimension indexing support (such as NArray). - NumRu::Misc::EMath To be included instead of the Math predefined module (or NMath in NArray). Unlike Math and NMath, EMath handles unknown classes by calling its native instance method (assuming the same name).
其他與 ruby-numru-misc 有關的套件
|
|
|
-
- dep: ruby-narray
- Numerical N-dimensional Array library for Ruby
-
- dep: ruby-narray-miss
- Additional class with processing of missing value to NArray