Libraries
»
freql
(0.1.0)
»
Index
»
Freql
»
FQ
»
fq_to_zipf
Method: Freql::FQ.fq_to_zipf
Defined in:
lib/freql/fq.rb
.
fq_to_zipf
(fq) ⇒
Object
16 17 18
# File 'lib/freql/fq.rb', line 16
def
fq_to_zipf
fq
Math
.
log10
(
fq
)
+
9
end