Lolly 1.4.27
Loading...
Searching...
No Matches
Functions
example_dynamic_library.cpp File Reference

Go to the source code of this file.

Functions

double square_div_2 (int arg)
 

Function Documentation

◆ square_div_2()

double square_div_2 ( int arg)

Definition at line 14 of file example_dynamic_library.cpp.

14 {
15 return arg * arg / 2.0;
16};
The list class represents a linked list.
Definition list.hpp:48