https://www.lemoda.net/c/maths-constants/
#include "FiveWin.ch"
function Main()
MsgInfo( Math_E() )
return nil
#pragma BEGINDUMP
#include <hbapi.h>
#include <math.h>
HB_FUNC( MATH_E )
{
hb_retnd( M_E );
}
#pragma ENDDUMP