File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/math/special/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 95029502 "@stdlib/math/base/special/cinvf" : {},
95039503 "@stdlib/math/base/special/cinv" : {},
95049504 "@stdlib/math/base/special/lnf" : {},
9505- "@stdlib/math/base/special/ln" : {},
9505+ "@stdlib/math/base/special/ln" : {
9506+ "$schema" : " math/base@v1.0" ,
9507+ "base_alias" : " ln" ,
9508+ "alias" : " ln" ,
9509+ "pkg_desc" : " evaluate the natural logarithm of a double-precision floating-point number" ,
9510+ "desc" : " evaluates the natural logarithm of a double-precision floating-point number" ,
9511+ "short_desc" : " natural logarithm" ,
9512+ "parameters" : [
9513+ {
9514+ "name" : " x" ,
9515+ "desc" : " input value" ,
9516+ "type" : {
9517+ "javascript" : " number" ,
9518+ "jsdoc" : " number" ,
9519+ "c" : " double" ,
9520+ "dtype" : " float64"
9521+ },
9522+ "domain" : [
9523+ {
9524+ "min" : 0 ,
9525+ "max" : " infinity"
9526+ }
9527+ ],
9528+ "rand" : {
9529+ "prng" : " random/base/uniform" ,
9530+ "parameters" : [
9531+ 0 ,
9532+ 100
9533+ ]
9534+ },
9535+ "example_values" : [
9536+ 0 ,
9537+ 0.01 ,
9538+ 0.25 ,
9539+ 0.5 ,
9540+ 1 ,
9541+ 2 ,
9542+ 3 ,
9543+ 4 ,
9544+ 9 ,
9545+ 16 ,
9546+ 25 ,
9547+ 36 ,
9548+ 49 ,
9549+ 64 ,
9550+ 81 ,
9551+ 100 ,
9552+ 0.1 ,
9553+ 10 ,
9554+ 50 ,
9555+ 99.99
9556+ ]
9557+ }
9558+ ],
9559+ "output_policy" : " real_floating_point_and_generic" ,
9560+ "returns" : {
9561+ "desc" : " natural logarithm" ,
9562+ "type" : {
9563+ "javascript" : " number" ,
9564+ "jsdoc" : " number" ,
9565+ "c" : " double" ,
9566+ "dtype" : " float64"
9567+ }
9568+ },
9569+ "keywords" : [
9570+ " ln" ,
9571+ " natural" ,
9572+ " logarithm" ,
9573+ " log"
9574+ ],
9575+ "extra_keywords" : [
9576+ " math.log"
9577+ ]
9578+ },
95069579 "@stdlib/math/base/special/log10" : {},
95079580 "@stdlib/math/base/special/log1mexp" : {},
95089581 "@stdlib/math/base/special/log1p" : {},
You can’t perform that action at this time.
0 commit comments