Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 283 Bytes

fmod.rst

File metadata and controls

18 lines (12 loc) · 283 Bytes

fmod

Division remainder

.. doxygenfunction:: fmod(Op t, Op t2)

Examples

.. literalinclude:: ../../../../test/00_operators/fmod_test.cu
   :language: cpp
   :start-after: example-begin fmod-test-1
   :end-before: example-end fmod-test-1
   :dedent: