home.social

#mahematics — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mahematics, aggregated by home.social.

  1. #tinyCSStip Want to create a triangle with all edges equal in 4 simple #CSS declarations?

    Such a triangle also has all vertex angles equal = (sum of angles in a triangle)/3 = 180°/3 = 60°

    👉 en.wikipedia.org/wiki/Sum_of_a

    Knowing its edge length a, its height is a·sin(60°).

    Aspect ratio of the box
    a/(a·sin(60°)) = 1/sin(60°)

    #cssMaths #Maths #Mahematics #code #trigonometry #triangle #coding #webDev #frontend #web #webDevelopment #dev