mber> = Numeric functions: exp Numeric functions: expeexp ( <base>, <number> )
Calculate <base> raised to Flow control: if … then Flow control: try … thenthe power of <number>.
Flow control: returnReturns a numeric Glossary: Valuevalue.
Integer numbers: Base 256Base Operators: Boolean And with Variable "&&=" Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&" Operators: Boolean And "&&"and Glossary: number, num_valnumber must be numeric Glossary: Valuevalues, both may be fractional Operators: Boolean Or with Variable "||=" Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|" Operators: Boolean Or "||"or negative.
Version 0.8.7: Flow control: if … then Flow control: try … thenThe Integer numbers: Base 256base must Operators: Bitwise Not "~" Operators: Boolean Negation "!"not be 0.
e.g.
vipsi> Numeric functions: exp Numeric functions: expeexp(16,2) = 256
vipsi>
|