Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
qr-code
v1.0.3
QRCode
Alphanumeric
ArgumentError
BitBuffer
EightBitByte
Math
Numeric
Polynomial
RSBlock
RuntimeError
Utilities
Generated using Crystal 1.10.1
2024-01-09 02:42:07 UTC
class
QRCode::
Polynomial
QRCode::Polynomial
Reference
Object
Defined in:
qr-code/polynomial.cr
Constructors
.new
(num : Array(Int32), shift : Int32)
Instance Method Summary
#get
(index)
#get_length
#mod
(e)
#multiply
(e)
Constructor Detail
def self.
new
(num : Array(Int32), shift : Int32)
#
[
View source
]
Instance Method Detail
def
get
(index)
#
[
View source
]
def
get_length
#
[
View source
]
def
mod
(e)
#
[
View source
]
def
multiply
(e)
#
[
View source
]