<number> = Numeric functions: log10log10 <number>
<number> = Numeric functions: log10log10 ( <number> )
Calculate Flow control: if … then Flow control: try … thenthe logarithm of a Glossary: number, num_valnumber to Integer numbers: Base 256base 10.
Flow control: if … then Flow 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: Functions Functions 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: log10log10(100) = 2
vipsi> Numeric functions: log10log10(999) = 2.999565488226
vipsi>
|