source: trunk/src/python_script/decimal.py @ 6

Last change on this file since 6 was 6, checked in by gaclod, 12 years ago

add GC python scripts

  • Property svn:executable set to *
File size: 105 bytes
Line 
1#pruebas con decimal
2from decimal import Decimal
3a=Decimal('1.1')
4latD=np.zeros([10],float)
5latD[1]=a
6
7
8
Note: See TracBrowser for help on using the repository browser.