| <number> = Numeric functions: logNumeric functions: loge
 Instructions: logloge <number>
<number> = Numeric functions: log
 Numeric functions: loge
 Instructions: logloge ( <number> )
 Calculate Flow control: if … thenFlow control: try … thenthe logarithm of a Glossary: number, num_valnumber to Integer numbers: Base 256base e.
 Flow control: if … thenFlow control: try … thenThe Glossary: number, num_valnumber must Operators: Bitwise Not "~"
 Operators: Boolean Negation "!"not be 1 Operators: Boolean Or with Variable "||="
 Operators: Bitwise Or with Variable "|="
 Operators: Bitwise Or "|"
 Operators: Boolean Or "||"or Flow control: if … then
 Flow control: try … thenthe Flow control: if … then
 Flow control: try … thenthe result will be 'NaN'.
 As with all Vipsi command syntax: FunctionsFunctions
 Glossary: Functionfunctions which accept exactly one Vipsi command syntax: Arguments
 Glossary: Argumentsargument Flow control: if … then
 Flow control: try … thenthe 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 … thenif the Vipsi command syntax: Arguments
 Glossary: Argumentsargument is no Vipsi command syntax: Expressions
 Glossary: Expressionexpression with Vipsi command syntax: Operators
 Operators
 Glossary: Operatoroperators.
 e.g.: vipsi> Numeric functions: logNumeric functions: loge
 Instructions: logloge(Constants: ecec*Constants: ecec)  = 2
vipsi> Numeric functions: log
 Numeric functions: loge
 Instructions: logloge 10  = 2.302585092994
vipsi>
 |