[ create a new paste ] login | about

spud

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by spud:

C++, pasted on Oct 23:
1
2
3
4
5
#include <math.h>

float ZZZ_fmodf(float a, float N)
{
	//assert(N>0);
...
view (28 lines, 5 lines of output)