File: //home/arjun/projects/buyercall/buyercall/lib/__pycache__/money.cpython-310.pyc
o
�wew � @ 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)�cents� r �5/home/arjun/projects/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)�dollarsr r r �dollars_to_cents s r
N)r r
r r r r �<module> s