YesNoOk
avatar

E (math) (Triggers) (Read 10716 times)

Started by JustNoPoint, October 09, 2015, 04:40:21 am
Share this topic:
E (math) (Triggers)
#1  October 09, 2015, 04:40:21 am
  • ******
    • www.justnopoint.com/
Returns the value of e (2.718281828...)

Format:
e
Arguments:
none
Return type:
float
Error conditions:
none
Re: E (math) (Triggers)
#2  November 12, 2018, 08:21:43 pm
  • *****
  • Thanks and God bless
    • USA
    • ricepigeon.neocities.org
Intended for logarithmic calculations, but more commonly used as a constant used in conjunction with logical OR statements utilizing multiple assignment operators ( := ) in order to prevent variable assignments of the value 0 from returning false and breaking the chain of assignments.  See Arithmetic Operators for more information on this particular use.