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
module
QRCode::
Math
Defined in:
qr-code/math.cr
Constant Summary
EXP_TABLE
=
Array
(
Int32
).new(
256
,
0
)
LOG_TABLE
=
Array
(
Int32
).new(
256
,
0
)
Class Method Summary
.gexp
(n)
.glog
(n)
Class Method Detail
def self.
gexp
(n)
#
[
View source
]
def self.
glog
(n)
#
[
View source
]