Audio::FastSin3

Sine approximation using Bhaskara I technique discovered in 7th century.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static float Audio::FastSin3
    (
        const float X
    )
}

Remarks

Sine approximation using Bhaskara I technique discovered in 7th century. https://en.wikipedia.org/wiki/Bh%C4%81skara_I

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss