Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Doctest 4 found (11 total)

alternate case: doctest

Move-to-front transform (1,614 words) [view diff] exact match in snippet view article find links to article

finally the non-ASCII stuff ) ) if __name__ == "__main__": import doctest doctest.testmod() The MTF transform takes advantage of local correlation of
Uniform access principle (1,583 words) [view diff] exact match in snippet view article find links to article
webcolors.name_to_rgb(color_name) except ValueError: return webcolors.hex_to_rgb(color_name) if __name__ == "__main__": import doctest doctest.testmod()
Farey sequence (5,077 words) [view diff] exact match in snippet view article find links to article
k * d - b yield Fraction(a, b) if __name__ == "__main__": import doctest doctest.testmod() Brute-force searches for solutions to Diophantine equations
Approximate entropy (2,695 words) [view diff] exact match in snippet view article find links to article
abs(_phi(run_length + 1) - _phi(run_length)) if __name__ == "__main__": import doctest doctest.testmod() Fast Approximate Entropy from MatLab Central approximateEntropy