ProtoFlux:E: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page E (ProtoFlux) to ProtoFlux:E: Creating protoflux Namespace
Added output description and some example bullet points.
 
Line 11: Line 11:


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