sin() Table of Contents Definition Examples Further Reading Definition sin() calculates the sine of X. Examples The following example calculates the sine for ten different values in the 'x' column. | makeresults count=10 | eval x=1 | accum x | eval n=sin(x) Further Reading makeresults eval accum sha1() sinh()