View Single Post
  #2  
Old 07-07-2006, 09:50 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
PHP Code:
function arcsin(val) return arctan(val/((1-val^2)^0.5)); 
You can 'easily' calculate arcsin and arccos using the arctan function, but in the recent versions arcsin and arccos are also built-in functions (it is in my version but not in the public version yet).
Reply With Quote