Hi all,
I´m starting Calculus II this week and I´m trying to put a simple graph on screen 5
It´s a Paraboloid of revolution expressed as f(x, y) = x² + y²
This is how it looks like in BASIC:
https://imgur.com/a/FavVh71
https://imgur.com/a/RsBfMA1
Now in msx-c this error occurs:
https://imgur.com/a/2SBdiID
There is a #include "math.h" at the top of source file. Maybe function has another name? Or is at another header file? Search google for sqrt in msx-c returns standard c examples. I know msx-c is not really ANSI C but I would like not to use assembler if possible. Anyway, this is just for fun and to get knowledge.
Thanks in advance.
Login or register to post comments