Hi,
I am evaluating RunRev for use in creating analytics-oriented applications. I have searched the forums for math and finance libraries but found nothing. Can someone please point me to information that speaks to the built-in math functions, or optional math libraries? Thanks,
Dondi.
Math Functions/Libraries
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Math Functions/Libraries
THere is an annuity function you can use that will work for payment calculations as well as future value stuff, also compound and round, but i've been rolling my own quite a bit when i couldn't find what I wanted. Theres also acos function, atan function, atan2 function, sin function, pi constant..
edit: If you do a dictionary search for function, there will be less to wade through to find things of interest. Still lots, but less is a good thing.
edit: If you do a dictionary search for function, there will be less to wade through to find things of interest. Still lots, but less is a good thing.
Dondi wrote:Hi,
I am evaluating RunRev for use in creating analytics-oriented applications. I have searched the forums for math and finance libraries but found nothing. Can someone please point me to information that speaks to the built-in math functions, or optional math libraries? Thanks,
Dondi.