Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
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.