#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "include/petc99.h"
Go to the source code of this file.
Function Documentation
int roundf(float e) - Rounds up float e to nearest int
- Parameters:
-
- Returns:
- rounded integer
Definition at line 33 of file petc99.c.