@brief Perform a subtraction operation between two bigints.
bigint *bi_subtract(
BI_CTX * ctx
bigint * bia
bigint * bib
int * is_negative
)
@brief Perform a subtraction operation between two bigints. @param ctx [in] The bigint session context. @param bia [in] A bigint. @param bib [in] Another bigint. @param is_negative [out] If defined, indicates that the result was negative. is_negative may be null. @return The result of the subtraction. The result is always positive.
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | bigint.c