Skip to content

Commit

Permalink
Traducciones Urdu y traducciones de imágenes.
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed May 3, 2018
1 parent fb5512a commit 34461e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tikon/Matemáticas/Variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@ def __sub__(símismo, otro):
def __add__(símismo, otro):
return símismo.__float__() + otro

def __neg__(símismo):
return -1*símismo

def __pow__(símismo, exp, módulo=None):
return (símismo.__float__() ** exp) % módulo

Expand Down

0 comments on commit 34461e1

Please sign in to comment.