Skip to main content

Zero?

Checks if all the elements of a list are zero.

Syntax

zero?(List | Vector)

Description

Given a list or a vector, returns true if all the elements are zero, and false otherwise.

calc.zero.calc.png