math.lib
Posted: Wed May 07, 2008 6:08 am
I have attached a library with nearly 50 mathematical functions.
This .lib-file contains commonly used mathematical functions and utilities
in addition to the standard mathematical functions of Marco Watermans FNXBasic.
I have this Library originaly created in 09/2000 for RapidQ ("rq_math")
and in a variation for Yabasic.
But I have reviewed all functions, added some functions and adapted them to FNXBasic.
----
Copy the .lib file in the fnxbasic folder, where the compiler is stored.
Then you can use this library with the "uses" statement.
example:
`=========================
` begin of code
uses math
Dim wert as Double
wert =ACOTH(1.2)
showmessage str$(wert)
` end of code
`=========================
You also can extract one or more functions with copy and paste in your programs.
Please read the complete .lib file in your editor, because all functions are explained.
So no manual is necessary!
I hope it can be usefull for you !
regards
FAZER
This .lib-file contains commonly used mathematical functions and utilities
in addition to the standard mathematical functions of Marco Watermans FNXBasic.
I have this Library originaly created in 09/2000 for RapidQ ("rq_math")
and in a variation for Yabasic.
But I have reviewed all functions, added some functions and adapted them to FNXBasic.
----
Copy the .lib file in the fnxbasic folder, where the compiler is stored.
Then you can use this library with the "uses" statement.
example:
`=========================
` begin of code
uses math
Dim wert as Double
wert =ACOTH(1.2)
showmessage str$(wert)
` end of code
`=========================
You also can extract one or more functions with copy and paste in your programs.
Please read the complete .lib file in your editor, because all functions are explained.
So no manual is necessary!
I hope it can be usefull for you !
regards
FAZER