| 
    ALP User Documentation 0.7.0
    
   Algebraic Programming User Documentation 
   | 
 
This operator returns the absolute difference between two numbers. More...
#include <ops.hpp>
Inherits Operator< internal::abs_diff< D1, D1, D1, config::default_backend > >.
This operator returns the absolute difference between two numbers.
Mathematical notation: \( \odot(x,y) \to |x-y| \).
std::abs overloads available.