ProtoFlux:E: Difference between revisions

From Resonite Wiki
add e flux node
 
Added output description and some example bullet points.
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|}}
|}}


Called '''Euler's number''', e is approximately equal to 2.71828.
Called '''[[Wikipedia:E (mathematical constant)|Euler's number]]''', e is approximately equal to 2.71828.


It is the base of natural logarithms.
It is the base of natural logarithms.
== Outputs ==
=== * ([[Type:float|float]]) ===
Returns the mathematical constant.
== Examples ==
This node is useful for the following reasons when creating systems:
* Exponential Growth and Decay
* Random Events and Probabilities
* Economics and Resource Management (such as [https://en.wikipedia.org/wiki/Compound_interest Interest and Inflation])
* Difficulty Scaling
* AI Behavior
* Smooth Curves


[[Category:ProtoFlux:Math:Constants]]
[[Category:ProtoFlux:Math:Constants]]

Latest revision as of 11:57, 21 May 2024

e
Constants

Called Euler's number, e is approximately equal to 2.71828.

It is the base of natural logarithms.

Outputs

* (float)

Returns the mathematical constant.

Examples

This node is useful for the following reasons when creating systems:

  • Exponential Growth and Decay
  • Random Events and Probabilities
  • Economics and Resource Management (such as Interest and Inflation)
  • Difficulty Scaling
  • AI Behavior
  • Smooth Curves