Home | History | Annotate | Download | only in tr1

Lines Matching full:beta

62      *   @brief  Return the beta function: \f$B(x,y)\f$.
64 * The beta function is defined by
69 * @param __x The first argument of the beta function.
70 * @param __y The second argument of the beta function.
71 * @return The beta function.
109 * @brief Return the beta function \f$B(x,y)\f$ using
112 * The beta function is defined by
117 * @param __x The first argument of the beta function.
118 * @param __y The second argument of the beta function.
119 * @return The beta function.
140 * @brief Return the beta function \f$B(x,y)\f$ using
143 * The beta function is defined by
148 * @param __x The first argument of the beta function.
149 * @param __y The second argument of the beta function.
150 * @return The beta function.
172 * @brief Return the beta function \f$ B(x,y) \f$.
174 * The beta function is defined by
179 * @param __x The first argument of the beta function.
180 * @param __y The second argument of the beta function.
181 * @return The beta function.