symbolic sine
b = Sin( a )
symbolic
Returns the sine b = sin(a) of a.
// some values ... x = Sym("pi/2") y = Sym("pi") z = Sym("x*x+5") // ... and their sine values Sin(x) Sin(y) Sin(z)
SymEngine: C++ library for fast symbolic manipulation.