*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-08-02 16:38:42 +00:00
parent 9233d04df0
commit 417874677a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990802-18:23 GMT+1 Victor Szel <info@szelvesz.hu>
+ source/tools/mathx.c - Added PI()
Posted by Matteo Baccan (baccan@isanet.it)
19990802-17:53 GMT+1 Victor Szel <info@szelvesz.hu>
! source/rtl/setkey.prg - Fix: aSetKeys := aClone( OldKeys )

View File

@@ -137,3 +137,7 @@ HARBOUR HB_TANH( void )
hb_retnd(0);
}
HARBOUR HB_PI( void )
{
hb_retnd( 3.141592653589793 );
}