(ce: ComputeEngine, xs: Expression[])
| 688 | PopulationStandardDeviation: { |
| 689 | complexity: 1200, |
| 690 | broadcastable: false, |
| 691 | description: 'Population Standard Deviation of a collection of numbers.', |
| 692 | signature: '((collection<any>|number)+) -> number', |
| 693 | // The handler itself stays: deleting it would activate the |
| 694 | // no-handler fallback, which derives a NARROWER type than this |
no test coverage detected