#! /usr/bin/env python
"""
   to csd
"""

import sys

sys.path.append('./csd')

import csd

print csd.to_csd( float( sys.argv[1]) )
