[racket-dev] pi, was: Re: [plt] Push #28592: master branch updated

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Apr 22 13:37:44 EDT 2014

On Apr 22, 2014, at 12:48 PM, ntoronto at racket-lang.org wrote:

> racket/collects/racket/extflonum.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/racket/collects/racket/extflonum.rkt
> +++ NEW/racket/collects/racket/extflonum.rkt
> @@ -6,10 +6,12 @@
>          (for-syntax racket/base))
> 
> (provide (all-from-out '#%extfl)
> -
> +         pi.t
>          in-extflvector for/extflvector for*/extflvector
>          extflvector-copy)
> 
> +(define pi.t 3.1415926535897932385t0)
> +


I think we should dedicate this commit to Kate Bush's PI song (or vice versa?):

  https://www.youtube.com/watch?v=kZSHr5E7fZY




Posted on the dev mailing list.