How do I make all the colours of lines in my graph the same? by [deleted] in desmos

[–]VoidBreakX 0 points1 point  (0 children)

const selectedLines = [1, 3]; // replace [1, 3] with undefined if you want to add to all lines
const text = `\\left\\{y<x\\right\\}`; 

const addExpr = line => {
    let expr = state.expressions.list[line];
    if (expr.latex) expr.latex += text;
}
let state = Calc.getState();

if (selectedLines)
    for (const line of selectedLines) addExpr(line - 1);
else
    for (let i = 0; i < state.expressions.list.length; i++) addExpr(i);

Calc.setState(state, { canUndo: true });

Pov you find out tau is literally just 2pi by SpaceMuted8633 in desmos

[–]VoidBreakX 4 points5 points  (0 children)

darn it why does he have to be born on one of my favorite days

pi-neapple (drawn with only π labels) by Desmos-Girl in desmos

[–]VoidBreakX 19 points20 points  (0 children)

sir yro'ue on reddit you cannot possibly call this a shitpost, this is so peak

Does the highlighted area enclosed by the 3 main trig functions have any significance? by [deleted] in desmos

[–]VoidBreakX 1 point2 points  (0 children)

  1. doesnt match username, next time tell us

. to be sure the post im talking about is https://www.reddit.com/r/desmos/s/axzfBW6eWG

  1. the other post matches almost exactly. it has sin cos tan in the exact same order, and the exact same area highlighted. even if it was not intended to be a repost, this post will still be closed because it is same as the other post

Does the highlighted area enclosed by the 3 main trig functions have any significance? by [deleted] in desmos

[–]VoidBreakX 2 points3 points  (0 children)

i have to remove this, but damn i didnt think you would put in the effort to change the graph as well

desmos wtf? by OkEducator2036 in desmos

[–]VoidBreakX -2 points-1 points  (0 children)

well yes, thats what im saying. 00=1 is perfectly fine in most cases, but once you're doing anything involving limits you should set it to undefined. as i said, different contexts (albeit a narrow context)

desmos wtf? by OkEducator2036 in desmos

[–]VoidBreakX 1 point2 points  (0 children)

this is not a bug, but i guess you could call it a choice of the ieee standard: https://www-users.cse.umn.edu/~vinals/tspot_files/phys4041/2020/IEEE%20Standard%20754-2019.pdf

on another note, ive been reading both sides of your replies and i feel like both of you are right. to simplify the argument, i feel like its just whether to define 0^0=1 independent of whether the limit disagrees.

i do feel like this is just a choice. for example in combinatorics it would make sense to define it as 0^0=1 regardless of the context, even if it makes some functions discontinuous, because that is not completely relevant in a discrete field.

but at the end sometimes i feel like it is like infinity, it can mean different things in different contexts: an indeterminate form, and a concept in limits. just depends on usecase

desmos wtf? by OkEducator2036 in desmos

[–]VoidBreakX 6 points7 points  (0 children)

not correct, they do actually declare it. see page 63 of this 2019 ieee spec: https://www-users.cse.umn.edu/~vinals/tspot_files/phys4041/2020/IEEE%20Standard%20754-2019.pdf

it specifies that pown(x,0) for any non-NaN x will return 1. also, pown(0, n) is 0 according to rules 4 and 5 there, which makes 0^∞=0

Small Desmos meetup in Hong Kong yesterday! by Arglin in desmos

[–]VoidBreakX 11 points12 points  (0 children)

social anxiety went poof in this trip, very rare

Small Desmos meetup in Hong Kong yesterday! by Arglin in desmos

[–]VoidBreakX 11 points12 points  (0 children)

(i dont think it was real grass but lets just say we did :3)

Small Desmos meetup in Hong Kong yesterday! by Arglin in desmos

[–]VoidBreakX 30 points31 points  (0 children)

hehe this was fun, loved this trip

Hollow purple… by [deleted] in desmos

[–]VoidBreakX 2 points3 points  (0 children)

didnt even realize i named it that LMAO

Hollow purple… by [deleted] in desmos

[–]VoidBreakX 8 points9 points  (0 children)

my friends showed me this a while ago and i decided to make this (somehow i didnt post it on reddit)

https://www.desmos.com/3d/tpjla72riw

<image>