[#BN_abs_is_word] = BN_abs_is_word :mrdocs: Test whether the absolute value of `a` equals word `w.` == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BN_abs_is_word( xref:BIGNUM.adoc[BIGNUM] const* a, unsigned long const w); ---- == Return Value 1 if |`a|` equals `w,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *a* | BIGNUM to test (sign is ignored). | *w* | Single‐word value to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#