Hello, this is my first topic on this forum. I’m having issues getting a test program to compile. Here’s the relevant code: http://verisimilitudes.net/2023-09-30
I’ve never had to fiddle with compiler options, because I only use the C language standard library, but I’ve been unable to get this test to compile; I’m always told that sqrt is undefined. I’m not at all certain as to what I’m doing wrong here, but I’d appreciate any direction.
Someone who knows better will likely respond, but: looking at the ARM, I don’t see a Sqrt function defined in Interfaces.C or any other package you are useing. Do you have some other idea where it should be defined?