Revision history of "Min()"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:35, 16 August 2016Fengfeng (talk). . (434 bytes) (+434). . (Created page with "<pre style="color:green"> #define min(a, b) ((a)<(b)?(a):(b)) </pre> Take the minimum value. <br> Take the minimum between two numbers. For example:<br> <pre style="color:gre...")