log returns the natural logarithm of x,
i.e. the value y which satisfies x = e^y. The result is
undefined if x \leq 0.
x Type: float
Type: float
JSON
{
"Type": "log(float)",
"Name": "log(float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}
x Type: vec2
Type: vec2
JSON
{
"Type": "log(vec2)",
"Name": "log(vec2)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec2"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec2"
}
]
}
x Type: vec3
Type: vec3
JSON
{
"Type": "log(vec3)",
"Name": "log(vec3)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec3"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec3"
}
]
}
x Type: vec4
Type: vec4
JSON
{
"Type": "log(vec4)",
"Name": "log(vec4)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec4"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec4"
}
]
}