Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

EXP() - Math.exp()



Returns the value of ex where x is a specified numeric expression. The value of e, the base of natural logarithms, is approximately 2.71828

 

VFP code example

? EXP(2)                   && returns 7.38905609893065
 

 

Servoy code example

Math.exp(2);               // returns 7.38905609893065

// alternatively:

globals.EXP(2);            // returns 7.38905609893065


Note: EXP() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com