Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
qr-code
v1.0.2
QRCode
Alphanumeric
ArgumentError
BitBuffer
EightBitByte
Math
Numeric
Polynomial
RSBlock
RuntimeError
Utilities
Built with Crystal 1.9.2
2023-10-08 11:44:20 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
]