Division

From Jonathan Gardner's Tech Wiki
Jump to: navigation, search

Division comes in many flavors.

Division is typically represented with / in all the languages I know. However, this may mean float division, rational division, or integer division given the context.

Python3k is going to eliminate the ambiquity.

C, C++

  • /

Perl

  • /

Python 2

  • /

Python 3

  • /
  • //

Lisp

  • /
  • FLOOR