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
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
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
---
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
---
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