/* * cerfc.i * simple example of adding a compiled package to yorick * * See drat/ and hex/ directories for more complete examples * (although those are slightly more complicated than usual in order * to be able to build them before yorick itself is installed). * * The scenario is that you are dissatisfied with the performance * of the interpreted complementary error function erfc (defined in * i/dawson.i); you find it too slow for your needs. Therefore, you * need to write a compiled complementary error function. The easiest * choice of language is C; since yorick itself is written in C. * *