summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-02-19 09:17:55 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-02-19 09:25:49 -0700
commit542c88b8e10d4d7b9d80b31bb2f971b7e6d4cdb4 (patch)
tree55690acb1e3a0f3577ceaae9c918ebe6aa4199ac /numpy/lib/tests/test_function_base.py
parente8302fd038147f4689ae021d3b5c1a02f2a8cd76 (diff)
downloadnumpy-542c88b8e10d4d7b9d80b31bb2f971b7e6d4cdb4.tar.gz
DOC: Document that floor_divide and remainder are complementary.
The floor_divide (//) and remainder (%) functions are complementary in the sense that a ~= (a % b) + (a // b).
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
0 files changed, 0 insertions, 0 deletions