Hypothesis and equations
Bibliography
none
Instructions for use
none
Known limits / Use precautions
none
Validations
Validated function - Hassan Bouia 12/2010
--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Hassan BOUIA, EDF (2010)
--------------------------------------------------------------
function f_Quadratic input Real x "Abscissa"; input Real u "Junction abscissa"; input Real n "Exponent of the function, in range ]1/2,1["; output Real q "Value of the function q at x"; output Real q1 "Value of the derivative function of q at x"; end f_Quadratic;