copySign

Returns a copy of the first operand with the sign of the second operand. The copy is unaffected by context and is quiet -- no flags are changed. Implements the 'copy-sign' function in the specification. (p. 44)

const
decimal
copySign
()
(
in decimal arg
)

Meta