diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-02-19 09:17:55 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-02-19 09:25:49 -0700 |
commit | 542c88b8e10d4d7b9d80b31bb2f971b7e6d4cdb4 (patch) | |
tree | 55690acb1e3a0f3577ceaae9c918ebe6aa4199ac /numpy/lib/tests/test_function_base.py | |
parent | e8302fd038147f4689ae021d3b5c1a02f2a8cd76 (diff) | |
download | numpy-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