Jump to content

Recommended Posts

Posted

Im using a UDF in my script for this:

$arcsinh = (ASinh($sigrad))

and it works just fine but then i go to compile it there are errors:

Capture.thumb.PNG.dec0a4defbb7b0f3f764bcd5005293f0.PNG

Posted

I read it but I dont see why its happening and have no clue how to fix it

The variable is there so how could it not be declared or created

  • Developers
Posted (edited)

Well, the $ret[] array is not defined in the snippet you have posted,  so what about you define it before use as a local variable?
... and you have an local array $arr defined for which purpose?

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

I tried fixing it but the UDF just kept giving me issues so i just made the function myself\

In case someone in the future needs to make a arcsinh heres how:

Log($x+(Sqrt($x^2+1))/Log(2.71828182845904523536028747135266249775724709369995))

 

Edited by ----

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...