supported_operations Function

calc_int.h

int (*supported_operations) (void);

Parameters

Returns
a mask made up of @TicalcOperations@ flags


Summary

Used to retrieve which operations are supported by the current calculator.

Description

This function returns which operations the current calculator supports. The value can contain one or more TicalcOperations flags.

See also

@TicalcOperations@


Return to the API index