Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,85 @@
"lgamma",
"lgammaf",
"float"
]
],
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "absgammaln",
"alias": "absgammalnf",
"pkg_desc": "evaluate the natural logarithm of the absolute value of the gamma function",
"desc": "evaluates the natural logarithm of the absolute value of the gamma function",
"short_desc": "natural logarithm of the absolute value of the gamma function",
"parameters": [
{
"name": "x",
"desc": "input value",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
},
"domain": [
{
"min": "-infinity",
"max": "infinity"
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
-10,
10
]
},
"example_values": [
64,
27,
0,
0.1,
-9,
8,
-1,
125,
-10.2,
11.3,
-12.4,
3.5,
-1.6,
15.7,
-16,
17.9,
-188,
19.11,
-200,
21.15
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "natural logarithm of the absolute value of the gamma function",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
}
},
"keywords": [
"absgammalnf",
"gamma",
"log",
"logarithm",
"natural",
"absolute",
"lgamma",
"lgammaf",
"single",
"precision"
],
"extra_keywords": []
}
}
}