ALLCLOSE Checks whether all values are close to each other, or not

Examples

allclose((1:10)+1e-9, (1:10)+1e-10)
allclose((1:10)+1e-9, (1:10)-1e-10)
allclose((1:10)+1e-9, (1:10)-1e-10, 2e-9)

TODO

  • docs

Authors

Mehul Gajwani, Monash University, 2024