Page MenuHomec4science

function.c
No OneTemporary

File Metadata

Created
Sat, Oct 19, 13:04

function.c

/*
============================================================================
Filename : function.c
Author : Your names goes here
SCIPER : Your SCIPER numbers
============================================================================
*/
double identity_f (double x){
return x;
}

Event Timeline