binaryninja/commercial/scc-docs/abs.txt

15 lines
312 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
abs
===
:title: Shellcode Compiler Runtime
---------------------------------------------
abs(n);
---------------------------------------------
Computes the absolute value of `n`, which must be a numeric type. The return value is the same type as `n`.
See also
--------
link:min.html[min],
link:max.html[max]