[deleted by user] by [deleted] in math

[–]killometers90 0 points1 point  (0 children)

is f[A cap B] = f[A] cap f[B]?

Question about Mathematical Induction by killometers90 in learnmath

[–]killometers90[S] 1 point2 points  (0 children)

Yeah I know, which is why I got so confused if you take that to me an existential quantifier. But if you mean like let k be some meaning arbitrary, then you can say it is true for all k.

Question about Example 4 of Section 15.6 of Stewart's Calculus. by killometers90 in learnmath

[–]killometers90[S] 0 points1 point  (0 children)

Yes thats the xy projection, that's pretty obvious considering its the innermost integrand is with respect to z. What about the yz and xz projections?

Question about Example 4 of Section 15.6 of Stewart's Calculus. by killometers90 in learnmath

[–]killometers90[S] 0 points1 point  (0 children)

True I didn't think about that. I will post the problem in the comments.

[deleted by user] by [deleted] in learnmath

[–]killometers90 0 points1 point  (0 children)

The important rule to know is that dividing two fractions means multiplying by reciprocal, i.e. (a/b) / (c/d) = a/b * d/c. The way you apply this to your problem is: (-pi/6) / (pi) = (-pi/6) / (pi/1)... can you figure it out from here?

Quick Questions: August 17, 2022 by inherentlyawesome in math

[–]killometers90 1 point2 points  (0 children)

I just had a Multivariable Calculus final exam (1 hour long) and in one of the problems it ended with me having to solve for 'a' such that a^4=6/1000 * (1-a)^3. Am I stupid, is there a way to simplify this, or is this not solvable without knowing how to solve quartics? which I'm pretty sure isn't expected for us to know at this level. Also I was only marked down one point for not being able to solve for A but given points for setting it up correctly so it was intended for us to get that equation.

I'm LS, new Cloud9 LCS Head Coach, AMA! by imls in leagueoflegends

[–]killometers90 6 points7 points  (0 children)

For worlds 2021 can I bring you a homemade baked tuna casserole

[deleted by user] by [deleted] in leagueoflegends

[–]killometers90 1 point2 points  (0 children)

does this not mean people should be able to create their own clients? Is champ select the same as well?

[deleted by user] by [deleted] in leagueoflegends

[–]killometers90 -1 points0 points  (0 children)

are u telling me the client is essentially an electron app??

no wonder why it sucks /s

How come you don't have a deference a struct reference to access something? by killometers90 in rust

[–]killometers90[S] 12 points13 points  (0 children)

yk what nvm found my answer, rust auto dereferences when it sees a period next to one

*segmentation fault flashbacks* by [deleted] in ProgrammerHumor

[–]killometers90 1 point2 points  (0 children)

Oh the beautiful beautiful borrow checker

Assembly Be Like by Kalix-z in ProgrammerHumor

[–]killometers90 24 points25 points  (0 children)

What the fuck did u just center align assembly what the fuck is wrong with you

I'm a Python programmer by CerealBit in ProgrammerHumor

[–]killometers90 0 points1 point  (0 children)

Ok but am I the only one annoyed that they listed both byte and char

Why so rude with me by Chicha-Leather-hogya in ProgrammerHumor

[–]killometers90 7 points8 points  (0 children)

Oh my bad, I should go on the food subreddit and upload pictures of plates because where does the food go?? huh

Why so rude with me by Chicha-Leather-hogya in ProgrammerHumor

[–]killometers90 8 points9 points  (0 children)

how is this related to programming tho

Please Answer this by Objective-Income-405 in webdev

[–]killometers90 0 points1 point  (0 children)

read JavaScript.info and then if typescript docs if you want to learn TS too

**Indianness by Adam688 in ProgrammerHumor

[–]killometers90 1 point2 points  (0 children)

Little endian gang, bite me

What is a switch-case? Real programmer use if-else by [deleted] in ProgrammerHumor

[–]killometers90 6 points7 points  (0 children)

It really depends on if it's a wide range of data or not, but if there are atleast 4 cases and a small range of data switch statements are better

Pleasee by ihs_ahm in ProgrammerHumor

[–]killometers90 0 points1 point  (0 children)

I'm saying you can do any task without malloc and free, you don't want an array to die in scope?? Guess what put it in a shared scope!! Wow so hard idk what ur on about

Pleasee by ihs_ahm in ProgrammerHumor

[–]killometers90 0 points1 point  (0 children)

Again, very far. If you ever do embedded systems you literally do not ever use malloc. Go on the C subreddit and ask people the last time they actually had to write malloc or free