/* * <!-- * * ************************************************************** * This Java source has been automatically generated. * MODIFICATIONS TO THIS SOURCE MAY BE OVERWRITTEN - DO NOT MODIFY THIS FILE * ************************************************************** * * * This file (CAL_Math_internal.java) * was generated from CAL module: Cal.Utilities.Math. * The constants and methods provided are intended to facilitate accessing the * Cal.Utilities.Math module from Java code. * * Creation date: Fri Mar 16 13:11:57 PST 2007 * --!> * */ package org.openquark.cal.internal.module.Cal.Utilities; import org.openquark.cal.compiler.ModuleName; /** * Defines many useful math functions. For example, trigonometric, logarithmic and exponential functions. * @author Bo Ilic */ public final class CAL_Math_internal { public static final ModuleName MODULE_NAME = ModuleName.make("Cal.Utilities.Math"); /** * A hash of the concatenated JavaDoc for this class (including inner classes). * This value is used when checking for changes to generated binding classes. */ public static final int javaDocHash = 1935412234; }