[MATRIX-SIG] integer division -- what a concept!

Rupert Mazzucco maz@pap.univie.ac.at
Sat, 17 Jan 1998 16:31:41 +0100 (MET)


On Fri, 16 Jan 1998, Phil Austin wrote:
 
> Two examples from the competition:
> 
> <phil@peacock: /home/phil> matlab
> >> 5/4
> 5/4
> ans =
>     1.2500 
> 
> <phil@peacock: /home/phil> Splus
> > 5/4
> 5/4
> [1] 1.25

or take Perl:

  print 5/4    ;
  1.25

Regards,
Rupert Mazzucco

_______________
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________