1964Communications of the ACMOpen access

Algorithm 237: Greatest common divisor

J. E. L. Peck

Open full text 2 citations

Abstract

real procedure t(y); value y; real y; commentThis is an auxiliary procedure which evaluates the inverse function t = t(y) of y = tin t (t~l) to an accuracy of about 1%.For the interval 0 ~ y ~ 10 a fifth degree approximating polynomial was obtained by truncating a series expansion in Chebyshev polynomials.For y > 10 the approximation t(y) =" (y/ln(y/a))(l+(lna--lnln(y/c~))/(l+ln(y/a))) -1 where in a = .775tis used; begin real p, z; ify =< 10then begin p := .000057941X y --.00176148; p := y X p + .0208645;p :=yX p--.129013; p :=yX p+.85777; t :

Open-access reader

About this research paper

What this paper is about

real procedure t(y); value y; real y; commentThis is an auxiliary procedure which evaluates the inverse function t = t(y) of y = tin t (t~l) to an accuracy of about 1%.For the interval 0 ~ y ~ 10 a fifth degree approximating polynomial was obtained by truncating a series expansion in Chebyshev polynomials.For y > 10 the approximation t(y) =" (y/ln(y/a))(l+(lna--lnln(y/c~))/(l+ln(y/a))) -1 where in a = .775tis used; begin real p, z; ify =< 10then begin p := .000057941X y --.00176148; p := y X p + .0208645;p :=yX p--.129013; p :=yX p+.85777; t :

Why it matters

OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

real procedure t(y); value y; real y; commentThis is an auxiliary procedure which evaluates the inverse function t = t(y) of y = tin t (t~l) to an accuracy of about 1%.For the interval 0 ~ y ~ 10 a fifth degree approximating polynomial was obtained by truncating a series expansion in Chebyshev polynomials.For y > 10 the approximation t(y) =" (y/ln(y/a))(l+(lna--lnln(y/c~))/(l+ln(y/a))) -1 where in a = .775tis used; begin real p, z; ify =< 10then begin p := .000057941X y --.00176148; p := y X p + .0208645;p :=yX p--.129013; p :=yX p+.85777; t :

Key concepts: Citation, Greatest common divisor, Computer science, Peck (Imperial), Algorithm, Operations research, Database, Library science

Related papers

Back to paper searchBrowse research topicsOriginal source
Algorithm 237: Greatest common divisor — Research Paper | ScholarLens