Translations:Plasma/Krunner/98/da: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
No edit summary
 
Line 3: Line 3:
| Input || Output
| Input || Output
|-
|-
|<code> = solve( x^2 + 4*x - 21 = 0 ) </code>|| [7, -3]  
|<code> = solve( x^2 + 4*x - 21 = 0 ) </code>|| [-3, -7]  
|}
|}

Latest revision as of 06:06, 9 January 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Plasma/Krunner)
Examples:
{|class="tablecenter" style="border: 1px solid grey"
| Input || Output
|-
|<code> = solve( x^2 + 4*x - 21 = 0 ) </code>|| [3, -7] 
|}

Eksempler:

Input Output
= solve( x^2 + 4*x - 21 = 0 ) [-3, -7]