sincos

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void sincos(T x, T sine, T cosine, int precision)
    void
    sincos
    (
    T
    )
    (
    T x
    ,
    out T sine
    ,
    out T cosine
    ,
    int precision = T.precision
    )
  2. void sincos(T x, T sine, T cosine, Context inContext)

Meta