• Sun 2018.08.26

    As it appears that basic math trig functions are not available using inline C either,

    ref: 'Syntax for pow function using inline C'

    http://forum.espruino.com/comments/14387­611/

    I am attempting to build SOH CAH TOA in static lookup tables. With the limitations on array handling

    'Use Array/TypedArray.forEach to call your function'

    http://www.espruino.com/InlineC

    I wondering if hard coding each value using a smart name for lookup might be possible. Estimating around 320 unique definitions. Might this be possible without choking the inline C compiler?

    Is there an online reference regarding compiler limitations?

About

Avatar for Robin @Robin started