class RQRCodeCore::QRMath
def glog(n)
Experimental RBS support (using type sampling data from the type_fusion
project).
def glog: (Integer n) -> Integer
This signature was generated using 193 samples from 1 application.
def glog(n) raise QRCodeRunTimeError, "glog(#{n})" if n < 1 LOG_TABLE[n] end