File: //home/arjun/projects/buyercall_forms/buyercall/buyercall/lib/__pycache__/money.cpython-38.pyc
U
k�ifw � @ s d d� Z dd� ZdS )c C s t | d d�S )zn
Convert cents to dollars.
:param cents: Amount in cents
:type cents: int
:return: float
g Y@� )�round)Zcents� r �E/home/arjun/projects/buyercall_forms/buyercall/buyercall/lib/money.py�cents_to_dollars s r c C s t | d �S )zt
Convert dollars to cents.
:param dollars: Amount in dollars
:type dollars: float
:return: int
�d )�int)Zdollarsr r r �dollars_to_cents s r N)r r r r r r �<module> s