Julia set: Difference between revisions

m
Ada: Complex functions not needed
(Ada version)
m (Ada: Complex functions not needed)
Line 12:
{{libheader|SDLAda}}
<lang Ada>with Ada.Numerics.Generic_Complex_Types;
with Ada.Numerics.Generic_Complex_Elementary_Functions;
 
with SDL.Video.Windows.Makers;
Line 37 ⟶ 36:
Renderer : SDL.Video.Renderers.Renderer;
Event : SDL.Events.Events.Events;
 
package Complex_Math is
new Ada.Numerics.Generic_Complex_Elementary_Functions (Complex_Real);
use Complex_Math;
 
function Map (Width, Height : in Integer;
211

edits