E: Difference between revisions

From PenguinMod Wiki
E
Jump to navigation Jump to search
Content deleted Content added
Lowercased title
No edit summary
Line 11: Line 11:
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 can be saved to a variable if used multiple times in the code.
This block can worked around by using the [[() of () (Operators)|() of ()]] operators block with e ^ selected and 1 as the number, or by using digits of e. This can be saved to a variable if used multiple times in the code. It can also be worked around by using the [[constant ()]] block, which has an e option.
{{DISPLAYTITLE:e}}
{{DISPLAYTITLE:e}}
[[Category:Reporter Blocks]]
[[Category:Reporter Blocks]]

Revision as of 16:13, 23 March 2024

e
...
[[File:|200px]]
Caption
Block Type Reporter Block
Category / Extension Operators
Status Who tf uses status

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 the () of () operators block with e ^ selected and 1 as the number, or by using digits of e. This can be saved to a variable if used multiple times in the code. It can also be worked around by using the constant () block, which has an e option.