source: trunk/src/decimal.py @ 54

Last change on this file since 54 was 11, checked in by lahlod, 10 years ago

ajout d'un fichier test Laura

  • 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.