Name:
sin
the sine function.
Library names:
sollya_obj_t sollya_lib_sin(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_sin(sollya_obj_t)
#define SOLLYA_SIN(x) sollya_lib_build_function_sin(x)
Description:
- sin is the usual sine function.
- It is defined for every real number x.
Go back to the list of commands