I need to calculate the arc sine of a value, but PowerBASIC doesn't have an ASIN() function for this purpose.
Is there any way I can "emulate" ASIN() using the functions that are present?
Alternatively, does anyone know of a math library that has an ASIN() function?
Thanks,
Ketil
Is there any way I can "emulate" ASIN() using the functions that are present?
Alternatively, does anyone know of a math library that has an ASIN() function?
Thanks,
Ketil
Comment