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.
@hugo7 started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
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.