self / other -> [OpenSSL::BN, OpenSSL::BN]
[permalink][rdoc][edit]-
自身を other で割った商と余りを配列で返します。
- [PARAM] other:
- 除数
- [EXCEPTION] OpenSSL::BNError:
- 計算時エラー
[SEE_ALSO] OpenSSL::BN#mod_inverse
self / other -> [OpenSSL::BN, OpenSSL::BN]
[permalink][rdoc][edit]自身を other で割った商と余りを配列で返します。
[SEE_ALSO] OpenSSL::BN#mod_inverse