
math:modf( $x as xs:double ) as (xs:double,xs:integer)
Returns x broken up into fraction and integer. x = fraction+integer.
| Parameters | |
|---|---|
| x | The floating point number to be evaluated. |
math:modf(1.333)
=> 0.333
1
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.