~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/sm/function_library.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# or functions that are simply not defined.
8
8
#
9
9
#
 
10
from __future__ import absolute_import
10
11
__date__ = "22 July 2010"
11
12
__author__ = "claude.duhr@durham.ac.uk"
12
13
 
13
14
from cmath import cos, sin, acos, asin
14
 
from object_library import all_functions, Function
 
15
from .object_library import all_functions, Function
15
16
 
16
17
#
17
18
# shortcuts for functions from cmath