weakly
In a way that is not strong; with little power, energy, or feeling.
In a way that shows little physical, emotional, or persuasive strength, power, or intensity.
In math, science, or computing, in a way that follows an easier or less strict rule than the full or "strong" rule, often allowing equality.
In mathematics, logic, computer science, or related fields, in a way that satisfies a weaker or less restrictive version of a stated property, often allowing equality where a strict inequality would not.
- Base: weakly
- Plural: weaklies
weakly acidic
1having low acid strength
Used in chemistry to describe a substance or solution that is an acid but not a strong one, often because it only partly breaks into ions in water.
- Acetic acid is weakly acidic compared to hydrochloric acid.
- The solution is only weakly acidic, so it is not very dangerous to handle with care.
- Rainwater is usually weakly acidic due to dissolved carbon dioxide.
weakly basic
1having low base strength
Used in chemistry to describe a base that is not very strong, often because it does not take protons or form ions very easily in water.
- Ammonia is weakly basic in water, so its pH is only slightly above neutral.
- The solution is weakly basic, with a pH just over 7.
- Some salts create a weakly basic environment when they dissolve.
weakly correlated
1having a small statistical link
Used in statistics to say that two variables are related, but only a little; the strength of the relationship is low.
- Income and happiness are only weakly correlated in many studies.
- The two measurements are weakly correlated, so one does not predict the other very well.
- Although the variables are weakly correlated, the effect is still statistically significant.
weakly decreasing
1mathematical non-increasing behavior
Used in math to describe a function or sequence that never goes up: it can go down or stay the same, but it does not go up.
- The probability of error is weakly decreasing as the sample size grows.
- A weakly decreasing sequence can remain constant for many steps before it drops.
- If demand is weakly decreasing in price, raising the price will not increase the quantity demanded.
weakly increasing
1mathematical non-decreasing behavior
Used in math to describe a function or sequence that never goes down: it can go up or stay the same, but it does not go down.
- The function is weakly increasing on the interval, since its value never decreases as x grows.
- A weakly increasing sequence may contain many repeated values.
- If the cost is weakly increasing in quantity, buying more never makes it cheaper per unit.
weakly typed
1programming language with loose types
Used about a programming language where the rules about data types are not very strict, so the computer may change types automatically or only find type problems when the program runs.
- JavaScript is often described as a weakly typed language because it allows many implicit type conversions.
- In a weakly typed system, adding a number to a string may not cause an immediate error.
- Some developers prefer strongly typed languages, while others like the flexibility of weakly typed ones.