You are reading a single comment by @hugo7 and its replies. Click here to read the full conversation.
  • How do I write this as a formula?

    T is equal to or less than 60% of G

    T = <60% x G ?

    (but using the equal to or less than symbol instead of the < ... I don't have it on my keyboard)

    Cheers.

  • T<=0.6G ?

  • T ≤ 0.6G

    or failing that,

    T <= 0.6G

    equal to or less than symbol

    it is 'less than or equal' or 'more than or equal' and that's the order you need to put the symbols in if you need to use the two-character version.

About

Avatar for hugo7 @hugo7 started