Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
MaxMin
CGallardo
Feb 13th, 2017
55
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include "maxmin.h"
float maximo (float a, float b)
{
if(a>b)
return a;
else
return b;
}
float maximo (float a, float b)
{
if(a>b)
return b;
else
return a;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Glitch Shader
OpenGL Shading | 3 min ago | 1.28 KB
Untitled
HTML | 7 min ago | 0.13 KB
Unreal 5.6 Skeletal Mesh Multi-Threaded Opti...
C++ | 14 min ago | 2.10 KB
Binance account XL
JavaScript | 15 min ago | 0.05 KB
EARN $900 INSTANTLY 2025 BQ
JavaScript | 31 min ago | 0.05 KB
Bypass NRO Script
Winbatch | 44 min ago | 0.14 KB
prop.nut
C++ | 47 min ago | 0.99 KB
Random Gmail Acc 2N
JavaScript | 47 min ago | 0.05 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!