How to use 'python prod' in Python

Every line of 'python prod' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.

All examples are scanned by Snyk Code

By copying the Snyk Code Snippets you agree to
873def prod(*args):
874 """
875 prod(gsl_vector v) -> double
876 prod(gsl_matrix m, int dim = 1) -> gsl_vector
877 prod(gsl_matrix m) -> gsl_vector
878 """
879 return _bct.prod(*args)

Related snippets