Catalan numbers/Pascal's triangle: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: bigatom -> mpfr)
m (→‎{{header|C}}: Fixed typo (fro → from))
Line 347: Line 347:
printf("1 ");
printf("1 ");


//iterating fro 2 to 15
//iterating from 2 to 15
for (n=2; n<=N; ++n) {
for (n=2; n<=N; ++n) {
//initializaing for products
//initializaing for products