lppcom / opencl-book-samples

Automatically exported from code.google.com/p/opencl-book-samples
0 stars 0 forks source link

Errata: Typing error (ch.5, pg.154) #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
INCORRECT
gentype cospi(gentype x)      Compute cos(px).

CORRECT
gentype cospi(gentype x)      Compute cos(x) /p.

Original issue reported on code.google.com by cheolk...@gmail.com on 10 Sep 2011 at 7:51

GoogleCodeExporter commented 8 years ago
Sorry! I was misunderstanding for cospi. This issue is closed.

Original comment by cheolk...@gmail.com on 10 Sep 2011 at 8:25