Help for this page

Select Code to Download


  1. or download this
    void
    something(a,b,c)
        double a
        double b
        double c
    
  2. or download this
    double a = (double) SvNV( ST(1) );
    double b = (double) SvNV( ST(2) );
    double c = (double) SvNV( ST(3) );
    
  3. or download this
    void
    something(array)
        double * array
        CODE:
           array = (double *) (MAJIK_STUFF(ST))