Numeric Calculations

table of contents


signum
Int
frac
intg
fRound
sRound

signum

signum returns \(-1\) for a negative argument value, \(1\) for a positive value, “Error: Undefined” for \(0\), and \(\frac{A}{|A|}\) for an imaginary number.
スティッキー
スティッキー

Int

Returns the integer part of a value.
スティッキー
スティッキー

frac

Returns the decimal part of a value.
スティッキー
スティッキー

intg

Returns the largest integer that does not exceed a value.
スティッキー
スティッキー

fRound

Rounds the decimal part of a value to the specified number of decimal places.
Syntax: fRound (Exp/Eq/List/Mat/Variable [ ) ]
スティッキー
スティッキー

sRound

Rounds a value to the specified number of digits.
Syntax: sRound (Exp/Eq/List/Mat/Variable [ ) ]
スティッキー
スティッキー