Help for this page

Select Code to Download


  1. or download this
    calculate('V_MIN',4.5);
    
  2. or download this
    calculate(NAME => 'V_MIN',
              THETA => 4.5);
    
  3. or download this
    int
    calculate(hash)
    ...
      RETVAL = 1;
    OUTPUT:
      RETVAL
    
  4. or download this
    ChemC.xs: In function `XS_ChemC_calculate':
    ChemC.xs:122: parse error before `char'
    ...
    ChemC.xs:125: for each function it appears in.)
    ChemC.xs:126: `theta' undeclared (first use in this function)
    make: *** [ChemC.o] Error 1