Angka  0.0.1
A C library focusing on data manipulation and visualization
standard.h File Reference

the standard library for reusing the C library. More...

Go to the source code of this file.

Functions

double agx_random (double min, double max)
 quick version of rand() in C More...
 
void agx_data_delete (void *__ptr)
 deleting memory in pointer More...
 

Detailed Description

the standard library for reusing the C library.

Function Documentation

◆ agx_data_delete()

void agx_data_delete ( void *  __ptr)

deleting memory in pointer

it has a similar function with free()

◆ agx_random()

double agx_random ( double  min,
double  max 
)

quick version of rand() in C

Parameters
minthe minimum value
maxthe maximum value