Math routines
This section contains routines that enable users to handle attachments.
Routines Summary
- roman
- rand
- fact
- radians
- sign
- formatNumber
- random
- ln
- log
- trunc
- pi
- round
- cos
- sin
- tan
- e number
- ceiling
- floor
- power
- exp
- degrees
- sqrt
- bitwise_and — Takes two numbers as operands and does AND on every bit of two numbers.
- abs — Returns the absolute value of a number. The absolute value of a number is the number without its sign.
- bitwise_lshift — Takes two numbers, left shifts the bits of the first operand, the second operand decides the number of places to shift.
- bitwise_not — Takes one number and inverts all bits of it.
- bitwise_or — Takes two numbers as operands and does OR on every bit of two numbers.
- bitwise_rshift — Takes two numbers, right shifts the bits of the first operand, the second operand decides the number of places to shift.
- bitwise_rushift — Takes two numbers, right shifts the bits of the first operand.The vacant leftmost position is filled with 0 instead of the sign bit.
- bitwise_xor — Takes two numbers as operands and does XOR on every bit of two numbers.
Peacock
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.