Libraries
»
elliptic-lite
(0.1.0)
»
Index
»
ECC
»
IntegerOp
»
div
Method: ECC::IntegerOp.div
Defined in:
lib/elliptic-lite/base.rb
.
div
(a, b) ⇒
Object
18
# File 'lib/elliptic-lite/base.rb', line 18
def
self
.
div
(
a
,
b
)
a
/
b
;
end