Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Ben Schmidt
if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Ben. --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Bill McCarthy
On Fri 27-Jun-08 9:17am -0600, Ben Schmidt wrote: if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Perhaps for clarity - but unless pi were used inside a function, I don't believe it's

Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Ben Schmidt
Bill McCarthy wrote: On Fri 27-Jun-08 9:17am -0600, Ben Schmidt wrote: if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Perhaps for clarity - but unless pi were used inside a