last part of number(a)
|
Group |
Returns the part of a number a that is following the decimal separator. The return value is a numeric type, so leading zeros are lost (see examples).
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
Examples
|
Parameter a |
Result |
|
100.3 |
3 |
|
0.3 |
3 |
|
0.03 |
3 |
|
100 |
0 |