Re: [Firebird-devel] Add some functions.

2015-03-27 Thread Adriano dos Santos Fernandes
On 27-03-2015 17:44, Simonov Denis wrote: > Adriano dos Santos Fernandes wrote Tue, 17 Mar 2015 > 06:02:42 +0300: > > Found several errors in README.regr_functions.txt. > > 1. a small slip of the pen > > REGR_INTERCEPT (Y, X) = REGR_AVGY (Y, X) - REGR_SLOPE (Y, X) * REGR_AVG_X > (Y, X) > mu

Re: [Firebird-devel] Add some functions.

2015-03-27 Thread Simonov Denis
Adriano dos Santos Fernandes wrote Tue, 17 Mar 2015 06:02:42 +0300: Found several errors in README.regr_functions.txt. 1. a small slip of the pen REGR_INTERCEPT (Y, X) = REGR_AVGY (Y, X) - REGR_SLOPE (Y, X) * REGR_AVG_X (Y, X) must be REGR_INTERCEPT (Y, X) = REGR_AVGY (Y, X) - REGR_SLOPE (Y

Re: [Firebird-devel] Add some functions.

2015-03-16 Thread Adriano dos Santos Fernandes
On 13-03-2015 22:44, Hajime Nakagami wrote: > Hi, > > I made patch to add some functions about standard division. > https://github.com/FirebirdSQL/core/pull/2 > > Can someone merge this patch ? > Commented in https://github.com/FirebirdSQL/core/pull/2 Adriano ---

Re: [Firebird-devel] Add some functions.

2015-03-13 Thread Adriano dos Santos Fernandes
On 13-03-2015 22:44, Hajime Nakagami wrote: > Hi, > > I made patch to add some functions about standard division. > https://github.com/FirebirdSQL/core/pull/2 > > Can someone merge this patch ? > I'll review it. Adriano ---

[Firebird-devel] Add some functions.

2015-03-13 Thread Hajime Nakagami
Hi, I made patch to add some functions about standard division. https://github.com/FirebirdSQL/core/pull/2 Can someone merge this patch ? -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored b