Source code for fluxpyt.divide

# -*- coding: utf-8 -*-
"""
Created on Sun Oct  8 15:03:00 2017

@author: Trunil
"""

[docs]def divide(a,b): print('divide') return a/b