00001 /************************************************************************* 00002 * 00003 * file: rhsfun_math.h 00004 * 00005 * ======================================================================= 00006 * used only by rhsfun.c ... explicitly add to file and drop this one? 00007 * 00008 * ======================================================================= 00009 * 00010 * Copyright 1995-2003 Carnegie Mellon University, 00011 * University of Michigan, 00012 * University of Southern California/Information 00013 * Sciences Institute. All rights reserved. 00014 * 00015 * Redistribution and use in source and binary forms, with or without 00016 * modification, are permitted provided that the following conditions are met: 00017 * 00018 * 1. Redistributions of source code must retain the above copyright notice, 00019 * this list of conditions and the following disclaimer. 00020 * 2. Redistributions in binary form must reproduce the above copyright notice, 00021 * this list of conditions and the following disclaimer in the documentation 00022 * and/or other materials provided with the distribution. 00023 * 00024 * THIS SOFTWARE IS PROVIDED BY THE SOAR CONSORTIUM ``AS IS'' AND ANY EXPRESS OR 00025 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 00026 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 00027 * EVENT SHALL THE SOAR CONSORTIUM OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 00028 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00029 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00030 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00031 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00032 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00033 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00034 * The views and conclusions contained in the software and documentation are 00035 * those of the authors and should not be interpreted as representing official 00036 * policies, either expressed or implied, of Carnegie Mellon University, the 00037 * University of Michigan, the University of Southern California/Information 00038 * Sciences Institute, or the Soar consortium. 00039 * ======================================================================= 00040 */ 00041 00042 extern void init_built_in_rhs_math_functions(void); 00043 extern void remove_built_in_rhs_math_functions(void);
1.3.5