![]() |
Quote:
|
Screw them, this can only help my percentile, hehehe.
@Ralath You on the other hand better get busy o: |
Conversion costs!!!!!!!!!!!!!!!!!!!!!!!!!!!!
:zzz: |
"The term 'negative pledge lending', is usually used to refer to unsecured loans made against certain covenants entered into by the borrower. The major covenant in these arrangements is that the borrower does not grant any security to any other party that ranks in priority with the proposed loan."
@_@ |
Wth!
That sounds worse than my work。。。 |
I'm gonna die.... again....
|
Is that for accounting? o-o
|
no.. it's part of financial services...
|
@Test
public void pointMinus() { Point x = new Point(4, 2); Point y = new Point(1, 6); Point pointMinus = x.minus(y); comparePoints(new Point(4, 2), x); comparePoints(new Point(1, 6), y); comparePoints(new Point(3, -4), pointMinus); compareDoubles(3, pointMinus.getX()); compareDoubles(-4, pointMinus.getY()); System.out.println("Initial Point Check (X): " + x); System.out.println("Initial Point Check (Y): " + y); System.out.println("Point Subtraction Check: " + pointMinus); } :urweird: Welcome to my world. :sigh: We're still only doing beginner stuff too... |
I have to find a way to make ALL Fiesta players happy... at once :)
|
All times are GMT. The time now is 05:51 AM. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.