Exemplo n.º 1
0
 def abs(self, **kwargs):
     return Math.abs(self, **kwargs)
Exemplo n.º 2
0
 def abs(self, **kwargs):
     return Math.abs(self, **kwargs)
Exemplo n.º 3
0
    def abs(self, **kwargs):
        """ Returns the absolute value of this value.

            :rtype: :class:`nodex.datatypes.Float`
        """
        return Math.abs(self, **kwargs)
Exemplo n.º 4
0
    def abs(self, **kwargs):
        """ Returns the absolute value of this value.

            :rtype: :class:`nodex.datatypes.Float`
        """
        return Math.abs(self, **kwargs)