pub unsafe extern "C" fn SetUseFdlibmForSinCosTan(value: bool)
Expand description

Tell JS engine whether to use fdlibm for Math.sin, Math.cos, and Math.tan. Using fdlibm ensures that we don’t expose a math fingerprint.