programmingpraxis.com/2010/05/07/integer-logarithms

Preview meta tags from the programmingpraxis.com website.

Linked Hostnames

12

Thumbnail

Search Engine Appearance

Google

https://programmingpraxis.com/2010/05/07/integer-logarithms

Integer Logarithms

The integer logarithm of a number n to a base b is the number of times b can be multiplied by itself without exceeding n. The implementation of the ilog function in the Standard Prelude recently changed. The old version looked like this: (define (ilog b n)   (if (zero? n) -1     (+ (ilog b (quotient…



Bing

Integer Logarithms

https://programmingpraxis.com/2010/05/07/integer-logarithms

The integer logarithm of a number n to a base b is the number of times b can be multiplied by itself without exceeding n. The implementation of the ilog function in the Standard Prelude recently changed. The old version looked like this: (define (ilog b n)   (if (zero? n) -1     (+ (ilog b (quotient…



DuckDuckGo

https://programmingpraxis.com/2010/05/07/integer-logarithms

Integer Logarithms

The integer logarithm of a number n to a base b is the number of times b can be multiplied by itself without exceeding n. The implementation of the ilog function in the Standard Prelude recently changed. The old version looked like this: (define (ilog b n)   (if (zero? n) -1     (+ (ilog b (quotient…

  • General Meta Tags

    9
    • title
      Integer Logarithms | Programming Praxis
    • Content-Type
      text/html; charset=UTF-8
    • robots
      max-image-preview:large
    • generator
      WordPress.com
    • article:published_time
      2010-05-07T09:00:27+00:00
  • Open Graph Meta Tags

    10
    • og:type
      article
    • og:title
      Integer Logarithms
    • og:url
      https://programmingpraxis.com/2010/05/07/integer-logarithms/
    • og:description
      The integer logarithm of a number n to a base b is the number of times b can be multiplied by itself without exceeding n. The implementation of the ilog function in the Standard Prelude recently ch…
    • og:site_name
      Programming Praxis
  • Twitter Meta Tags

    2
    • twitter:text:title
      Integer Logarithms
    • twitter:card
      summary
  • Link Tags

    32
    • EditURI
      https://programmingpraxis.wordpress.com/xmlrpc.php?rsd
    • alternate
      https://programmingpraxis.com/feed/
    • alternate
      https://programmingpraxis.com/comments/feed/
    • alternate
      https://programmingpraxis.com/2010/05/07/integer-logarithms/feed/
    • alternate
      https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fprogrammingpraxis.com%2F2010%2F05%2F07%2Finteger-logarithms%2F&for=wpcom-auto-discovery

Emails

1

Links

228