[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata mathf.xml, 1.15, 1.16
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-08-10 10:24:19
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4939/gensrc/metadata Modified Files: mathf.xml Log Message: bug fix Index: mathf.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/mathf.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mathf.xml 29 Jul 2006 15:32:32 -0000 1.15 --- mathf.xml 10 Aug 2006 10:24:15 -0000 1.16 *************** *** 25,28 **** --- 25,29 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 43,49 **** <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> </supportedPlatforms> <ParameterList> --- 44,51 ---- <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> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 71,75 **** </Parameters> </ParameterList> ! <ReturnValue libraryType='QuantLib::Real'> <type>double</type> <tensorRank>scalar</tensorRank> --- 73,77 ---- </Parameters> </ParameterList> ! <ReturnValue> <type>double</type> <tensorRank>scalar</tensorRank> *************** *** 79,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> </supportedPlatforms> <ParameterList> --- 81,88 ---- <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> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 100,106 **** <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> </supportedPlatforms> <ParameterList> --- 103,110 ---- <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> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 131,137 **** <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> </supportedPlatforms> <ParameterList> --- 135,142 ---- <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> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 157,160 **** --- 162,166 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 172,175 **** --- 178,182 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 188,191 **** --- 195,199 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 207,210 **** --- 215,219 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 233,236 **** --- 242,246 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 259,262 **** --- 269,273 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 329,332 **** --- 340,344 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 344,347 **** --- 356,360 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 359,362 **** --- 372,376 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> *************** *** 375,378 **** --- 389,393 ---- <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> + <supportedPlatform>calc</supportedPlatform> </supportedPlatforms> <ParameterList> |