Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Ellipse.aspl:4:1
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Ellipse.aspl:12:5
method construct(Point position, Size size)
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Ellipse.aspl:18:5
method containsPoint(Point point) returns bool
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Point.aspl:2:1
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Point.aspl:10:5
method construct(float x, float y)
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Rectangle.aspl:4:1
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Rectangle.aspl:12:2
method construct(Point position, Size size)
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Rectangle.aspl:18:5
method containsPoint(Point point) returns bool
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Size.aspl:2:1
Source: /home/runner/work/aspl/aspl/stdlib/math/geometry/Size.aspl:10:2
method construct(float width, float height)
Source: /home/runner/work/aspl/aspl/stdlib/math/abs.aspl:2:1
function abs(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/angular_units.aspl:2:1
function radians(double degrees) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/angular_units.aspl:7:1
function degrees(double radians) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/comparison.aspl:2:1
function min(double a, double b) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/comparison.aspl:10:1
function max(double a, double b) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/constants.aspl:2:1
function pi() returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/constants.aspl:7:1
function e() returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/pow.aspl:2:1
function pow(double base, double exponent) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/pow.aspl:7:1
function root(double x, double n) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/pow.aspl:12:1
function sqrt(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/round.aspl:2:1
function floor(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/round.aspl:7:1
function ceil(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/round.aspl:12:1
function round(double x, int d = 0) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:2:1
function sin(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:7:1
function asin(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:12:1
function cos(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:17:1
function acos(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:22:1
function tan(double x) returns double
Source: /home/runner/work/aspl/aspl/stdlib/math/trigonometry.aspl:27:1
function atan(double x) returns double