math.lib

Here you can attach your files or example so others can use it, discussions needs to be done at the general board
Post Reply
Fazer
Posts: 30
Joined: Tue Apr 29, 2008 12:43 pm

math.lib

Post: # 216Post Fazer
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
Attachments
math.zip
(3.44 KiB) Downloaded 328 times

Post Reply