You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$input = SpellNumber::integer(2);
$input->toLatinateOrdinal(); // "secondary"$input->toAdverbial(); // "twice" as in "twice as good"$input->toMultiplier(); // "twofold"$input->toLatinateMultiplier(); // "double" as in "double the amount"$input->toDistributive(); // "doubly"$input->toMetricCollectivePrefix(); // "double-"$input->toLatinateCollectivePrefix(); // "bi-" as in "bi-weekly"$input->toFractional(); // "half" as in "half as good"$input->toMetricFractionalPrefix(); // "demi-" as in "demi-god"$input->toLatinateFractionalPrefix(); // "semi-" as in "semipermeable"
$input = SpellNumber::value(3200);
$input->toScientificNotation(); // 3.2e3 or 3.2e-3 or 3.2E-3$input->toEngineeringNotation(); // aliases$input->toENotation(); // aliases
(see Appendix:English numerals)
+ Scientific notation/engineering notation/E notation
The text was updated successfully, but these errors were encountered: