E: Difference between revisions

From PenguinMod Wiki
E
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 2: Line 2:
The euler block is a reporter block that reports the value of euler's constant (2.71828). To get the block, one must add the "Operators Expansion" extension.
The euler block is a reporter block that reports the value of euler's constant (2.71828). To get the block, one must add the "Operators Expansion" extension.
==Workaround==
==Workaround==
This block can worked around by using (e^) of (1), or by using digits of e.
This block can worked around by using (e^) of (1), or by using digits of e. This can be saved to a variable if used multiple times in the code.
{{DISPLAYTITLE:e}}
[[Category:Reporter Blocks]]
[[Category:Reporter Blocks]]
[[Category:Operators Blocks/Expansion]]
[[Category:Operators Blocks/Expansion]]

Revision as of 23:42, 17 November 2023

The euler block is a reporter block that reports the value of euler's constant (2.71828). To get the block, one must add the "Operators Expansion" extension.

Workaround

This block can worked around by using (e^) of (1), or by using digits of e. This can be saved to a variable if used multiple times in the code.