Created
April 14, 2019 04:49
-
-
Save pgp44/973dcbf052ca7e5bc195fe19a7d4a033 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create type point_t as (x float, y float); | |
create type triangle_t as (p1 point_t, p2 point_t, p3 point_t, surface float); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment