vipsi - the friendly vip script interpreter

Functions

Numeric functions

expe

<number> = Numeric functions: exp
Numeric functions: expe
expe
<number> <number> = Numeric functions: exp
Numeric functions: expe
expe
( <number> )

Calculate Flow control: if … then
Flow control: try … then
the
result of e raised to Flow control: if … then
Flow control: try … then
the
power of <number>.

Flow control: returnReturns a numeric Glossary: Valuevalue.

Flow control: if … then
Flow control: try … then
The
Glossary: number, num_valnumber may be fractional Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
negative.

e is Flow control: if … then
Flow control: try … then
the
Euler's Constants
Glossary: Constant
constant
= 2.718281828459.

e = lim(n->∞) for Numeric functions: exp
Numeric functions: expe
exp
((1+1/n),n) = 2.718281828459.

List functions: thisThis is a good precision test for your fpu. B-)

As with all Vipsi command syntax: Functions
Functions
Glossary: Function
functions
which accept exactly one Vipsi command syntax: Arguments
Glossary: Arguments
argument
Flow control: if … then
Flow control: try … then
the
Separators: Round brackets "( … )"
Functions with varying return types: bracket expression "()"
parenthesis
are optional Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
may be omitted Flow control: if … then
Flow control: if … then
if the
Vipsi command syntax: Arguments
Glossary: Arguments
argument
is no Vipsi command syntax: Expressions
Glossary: Expression
expression
with Vipsi command syntax: Operators
Operators
Glossary: Operator
operators
.

e.g.

vipsi> Numeric functions: exp
Numeric functions: expe
expe
1
= 2.718281828459 vipsi> Numeric functions: exp
Numeric functions: expe
expe
(2)
= 7.3890560989307 vipsi>

Valid HTML   Valid CSS