[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata mathf.xml, 1.15.2.1, 1.15.2.2
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-08-10 10:22:16
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4145/gensrc/metadata Modified Files: Tag: R000313f0-branch mathf.xml Log Message: bug fix Index: mathf.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/mathf.xml,v retrieving revision 1.15.2.1 retrieving revision 1.15.2.2 diff -C2 -d -r1.15.2.1 -r1.15.2.2 *** mathf.xml 6 Aug 2006 19:27:21 -0000 1.15.2.1 --- mathf.xml 10 Aug 2006 10:22:11 -0000 1.15.2.2 *************** *** 44,48 **** <Procedure name="qlNormDist"> <description>Returns the normal cumulative distribution for the specified mean and standard deviation.</description> ! <alias>QuantLib::normDist</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 44,48 ---- <Procedure name="qlNormDist"> <description>Returns the normal cumulative distribution for the specified mean and standard deviation.</description> ! <alias>QuantLibAddin::normDist</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> *************** *** 73,77 **** </Parameters> </ParameterList> ! <ReturnValue libraryType='QuantLib::Real'> <type>double</type> <tensorRank>scalar</tensorRank> --- 73,77 ---- </Parameters> </ParameterList> ! <ReturnValue> <type>double</type> <tensorRank>scalar</tensorRank> *************** *** 81,85 **** <Procedure name="qlNormSDist"> <description>Returns the standard normal cumulative distribution (has a mean of zero and standard deviation of one).</description> ! <alias>QuantLib::normDist</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 81,85 ---- <Procedure name="qlNormSDist"> <description>Returns the standard normal cumulative distribution (has a mean of zero and standard deviation of one).</description> ! <alias>QuantLibAddin::normSDist</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> *************** *** 103,107 **** <Procedure name="qlNormInv"> <description>Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.</description> ! <alias>QuantLib::normInv</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 103,107 ---- <Procedure name="qlNormInv"> <description>Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.</description> ! <alias>QuantLibAddin::normInv</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> *************** *** 135,139 **** <Procedure name="qlNormSInv"> <description>Returns the inverse of the standard normal cumulative distribution (has a mean of zero and standard deviation of one).</description> ! <alias>QuantLib::normInv</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 135,139 ---- <Procedure name="qlNormSInv"> <description>Returns the inverse of the standard normal cumulative distribution (has a mean of zero and standard deviation of one).</description> ! <alias>QuantLibAddin::normSInv</alias> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> |