Lines Matching refs:power
7 // Test concurrency primitives: power series.
9 // Power series package
10 // A power series is a channel, along which flow rational
13 // See Squinting at Power Series by Doug McIlroy,
181 type PS *dch // power series
182 type PS2 *[2] PS // pair of power series
196 // Upper-case for power series.
286 // Print n terms of a power series
300 // Evaluate n terms of power series U at x=c
308 // Power-series constructors return channels on which power
312 // Make a pair of power series identical to a given power series
320 // Add two power series
345 // Multiply a power series by a constant
370 // Multiply a power series by the monomial x^n
419 // to a (finite) power series
521 // Reciprocal of a power series
542 // Exponential of a power series with constant term 0